[Spedit-commits] CVS: prototype/Sources/net/sourceforge/spedit/ui AttributesDisplay.java,1.4,1.5
Status: Planning
Brought to you by:
krunte
|
From: Kai R. <kr...@us...> - 2001-11-28 14:52:56
|
Update of /cvsroot/spedit/prototype/Sources/net/sourceforge/spedit/ui
In directory usw-pr-cvs1:/tmp/cvs-serv25959
Modified Files:
AttributesDisplay.java
Log Message:
Remove a semicolon in line 126. It cause the jikes parser to fail.
Index: AttributesDisplay.java
===================================================================
RCS file: /cvsroot/spedit/prototype/Sources/net/sourceforge/spedit/ui/AttributesDisplay.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AttributesDisplay.java 2001/11/28 13:14:37 1.4
--- AttributesDisplay.java 2001/11/28 14:52:50 1.5
***************
*** 124,128 ****
else
{
! return element.getXMLElement().getAttributes().size();;
}
--- 124,128 ----
else
{
! return element.getXMLElement().getAttributes().size();
}
|