From: Vance K. <va...@us...> - 2006-02-01 08:41:40
|
User: vancek Date: 06/02/01 00:41:34 Modified: andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades EJB3MetafacadeUtils.java Log: fixed comment Revision Changes Path 1.5 +2 -2 cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades/EJB3MetafacadeUtils.java Index: EJB3MetafacadeUtils.java =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/metafacades/EJB3MetafacadeUtils.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- EJB3MetafacadeUtils.java 25 Jan 2006 03:02:41 -0000 1.4 +++ EJB3MetafacadeUtils.java 1 Feb 2006 08:41:34 -0000 1.5 @@ -160,8 +160,8 @@ } /** - * Gets all instance attributes including those instance attributes belonging to the <code>classifier</code> and any - * inherited ones. + * Gets all instance attributes including those instance attributes belonging to the + * <code>classifier</code> and any inherited ones. * * @param classifier the ClassifierFacade from which to retrieve the instance attributes. * @return the list of all instance attributes. |