add package javadoc
[jSite2.git] / src / net / pterodactylus / jsite / core / Project.java
index 8bc45dd..d250af1 100644 (file)
@@ -399,14 +399,6 @@ public class Project extends AbstractBean {
                fireIfPropertyChanged(PROPERTY_NODE, oldNode, node);
        }
 
-       /**
-        * @see java.lang.Object#toString()
-        */
-       @Override
-       public String toString() {
-               return getClass().getName() + "[id=" + id + ",name=" + name + ",description=" + description + ",publicKey=" + publicKey + ",privateKey=" + privateKey + ",basePath=" + basePath + ",defaultFile=" + defaultFile + ",node=" + node + "]";
-       }
-
        //
        // PRIVATE METHODS
        //