[Schmitzm-commits] r1347 - trunk/src/skrueger/geotools/io

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 15 22:10:18 CET 2010


Author: alfonx
Date: 2010-12-15 22:10:18 +0100 (Wed, 15 Dec 2010)
New Revision: 1347

Modified:
   trunk/src/skrueger/geotools/io/GsServerSettings.java
Log:


Modified: trunk/src/skrueger/geotools/io/GsServerSettings.java
===================================================================
--- trunk/src/skrueger/geotools/io/GsServerSettings.java	2010-12-13 16:57:42 UTC (rev 1346)
+++ trunk/src/skrueger/geotools/io/GsServerSettings.java	2010-12-15 21:10:18 UTC (rev 1347)
@@ -22,6 +22,12 @@
  */
 public class GsServerSettings extends AbstractGTServerSettings<Void, Void> {
 
+	@Override
+	public String toString() {
+		return "GsServerSettings [url=" + url + ", username=" + username
+				+ ", password=" + password + "]";
+	}
+
 	public GsServerSettings() {
 	}
 



More information about the Schmitzm-commits mailing list