478479480481482483484485486
/** * Hook method that creates the right type of MemoryPostings class. */ protected void createMemoryPostings(){ if (useFieldInformation) mp = new FieldsMemoryPostings(); else mp = new MemoryPostings(); }