Issue 17009: Remove “plural” designation of method call in EntityTypeQuery (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Revision Severity: Minor Summary: Interface specification is pluralized. This implies that multiple EntityTypes are returned, however, the return value is singular. EntityType getEntityTypes( ); Suggested Resolution: Singularize getEntityTypes() to getEntityType(). AGREED Resolution: Revised Text: Actions taken: January 19, 2012: received issue Discussion: End of Annotations:===== m: Matt Wilson This is issue # 17009 Issue . Remove .plural. designation of method call in EntityTypeQuery Severity: Minor Issue Description: Interface specification is pluralized. This implies that multiple EntityTypes are returned, however, the return value is singular. EntityType getEntityTypes( ); Suggested Resolution: Singularize getEntityTypes() to getEntityType(). AGREED