Revision: 8628
http://sourceforge.net/p/fudaa/svn/8628
Author: deniger
Date: 2014-02-25 21:16:02 +0000 (Tue, 25 Feb 2014)
Log Message:
-----------
backup de la base
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-common/src/main/java/org/fudaa/fudaa/crue/common/property/PropertyStringReadOnly.java
Modified: trunk/soft/fudaa-crue/ui-common/src/main/java/org/fudaa/fudaa/crue/common/property/PropertyStringReadOnly.java
===================================================================
--- trunk/soft/fudaa-crue/ui-common/src/main/java/org/fudaa/fudaa/crue/common/property/PropertyStringReadOnly.java 2014-02-25 13:18:49 UTC (rev 8627)
+++ trunk/soft/fudaa-crue/ui-common/src/main/java/org/fudaa/fudaa/crue/common/property/PropertyStringReadOnly.java 2014-02-25 21:16:02 UTC (rev 8628)
@@ -17,7 +17,7 @@
}
@Override
- public String getValue() throws IllegalAccessException, InvocationTargetException {
+ public String getValue() throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
return value;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|