|
From: <de...@us...> - 2013-02-22 21:51:17
|
Revision: 8296
http://fudaa.svn.sourceforge.net/fudaa/?rev=8296&view=rev
Author: deniger
Date: 2013-02-22 21:51:09 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
Modified Paths:
--------------
trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISAttribute.java
Modified: trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISAttribute.java
===================================================================
--- trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISAttribute.java 2013-02-22 21:38:31 UTC (rev 8295)
+++ trunk/framework/ctulu-gis/src/main/java/org/fudaa/ctulu/gis/GISAttribute.java 2013-02-22 21:51:09 UTC (rev 8296)
@@ -202,6 +202,7 @@
String id;
public void setID(String id) {
+ this.id = id;
}
@Override
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|