Author: mvw Date: 2008-02-07 14:37:13-0800 New Revision: 14091 Modified: trunk/src_new/org/argouml/kernel/AbstractProjectMember.java
Log: Improved comments. Modified: trunk/src_new/org/argouml/kernel/AbstractProjectMember.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/kernel/AbstractProjectMember.java?view=diff&rev=14091&p1=trunk/src_new/org/argouml/kernel/AbstractProjectMember.java&p2=trunk/src_new/org/argouml/kernel/AbstractProjectMember.java&r1=14090&r2=14091 ============================================================================== --- trunk/src_new/org/argouml/kernel/AbstractProjectMember.java (original) +++ trunk/src_new/org/argouml/kernel/AbstractProjectMember.java 2008-02-07 14:37:13-0800 @@ -1,5 +1,5 @@ // $Id$ -// Copyright (c) 1996-2006 The Regents of the University of California. All +// Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice @@ -57,7 +57,10 @@ /** * In contrast to [EMAIL PROTECTED] #getZipName()} returns the member's - * name without the prepended name of the project. + * name without the prepended name of the project + * (but with the extension). <p> + * + * TODO: This is not used anywhere - shall we remove it? * * @author Steffen Zschaler * @@ -78,7 +81,7 @@ /** * Returns a unique member's name for storage in a zipfile. * The project's base name is prepended followed by an - * underscore '_'. <p> + * underscore '_'. The extension is appended.<p> * * Used by "argo.tee". * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
