X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FProject.java;h=cc5326891b4224e0ab6439802051ea890187f759;hb=b9455984497cc0e9bc58d7b33eaf951e992eb141;hp=61cfba9e6a3f8910dfaa5e611d1bb5581f680d16;hpb=b54ce10d4cc8bfe13df0a6a48b0f37403a15b09f;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/Project.java b/src/net/pterodactylus/jsite/core/Project.java index 61cfba9..cc53268 100644 --- a/src/net/pterodactylus/jsite/core/Project.java +++ b/src/net/pterodactylus/jsite/core/Project.java @@ -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; }