Update of /var/cvs/src/org/mmbase/module/tools
In directory james.mmbase.org:/tmp/cvs-serv19412
Modified Files:
ApplicationInstaller.java
Log Message:
little point in quoting integer
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/tools
Index: ApplicationInstaller.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/tools/ApplicationInstaller.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- ApplicationInstaller.java 1 Oct 2008 20:07:52 -0000 1.17
+++ ApplicationInstaller.java 1 Oct 2008 20:15:49 -0000 1.18
@@ -32,7 +32,7 @@
*
* @author Nico Klasens
* @since MMBase-1.8
- * @version $Id: ApplicationInstaller.java,v 1.17 2008/10/01 20:07:52 michiel
Exp $
+ * @version $Id: ApplicationInstaller.java,v 1.18 2008/10/01 20:15:49 michiel
Exp $
*/
class ApplicationInstaller {
@@ -803,7 +803,7 @@
log.warn("Found already an reldef with this sname ('" +
sname + "') but with different dname ('" + foundDname + "'). So not using " +
sname + "/" + dname + " but " + sname + "/" + foundDname + ".");
}
if (foundBuilder != builder) {
- result.error("Role '" + sname + "' already defined with
different builder ('" + foundBuilder + "', while this application required it
to be " + builder);
+ result.error("Role '" + sname + "' already defined with
different builder (" + foundBuilder + "), while this application required it to
be " + builder);
return false;
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs