make accessors public
[jSite2.git] / src / net / pterodactylus / jsite / core / Project.java
index 61cfba9..cc53268 100644 (file)
@@ -66,7 +66,7 @@ public class Project {
         * 
         * @return The description of the project
         */
-       String getDescription() {
+       public String getDescription() {
                return description;
        }
 
@@ -76,7 +76,7 @@ public class Project {
         * @param description
         *            The description of the project
         */
-       void setDescription(String description) {
+       public void setDescription(String description) {
                this.description = description;
        }