Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26755/src/net/sourceforge/bprocessor/model
Modified Files:
Attribute.java
Log Message:
Fixed a spelling mistake.
Index: Attribute.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Attribute.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Attribute.java 17 Dec 2007 13:09:16 -0000 1.26
--- Attribute.java 3 Sep 2009 08:18:12 -0000 1.27
***************
*** 17,21 ****
/**
* A class for holding the info for objects in the model so that it can be
! * shown in the attributeview in the gui
*/
public class Attribute extends Entity implements Parametric {
--- 17,21 ----
/**
* A class for holding the info for objects in the model so that it can be
! * shown in the attribute view in the gui.
*/
public class Attribute extends Entity implements Parametric {
***************
*** 37,41 ****
/**
* True if the attribute is editable
! * @return if the attribute is editable
*/
public boolean isEditable() {
--- 37,41 ----
/**
* True if the attribute is editable
! * @return true if the attribute is editable
*/
public boolean isEditable() {
|