X-Git-Url: https://git.pterodactylus.net/?p=arachne.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Farachne%2Fcore%2FPage.java;fp=src%2Fnet%2Fpterodactylus%2Farachne%2Fcore%2FPage.java;h=0a94be7346ed2a2f1d6c1aadfaf3293ef0a05961;hp=2a87224c74c77a14660ab0319e98f51035036de7;hb=df2e23567b6d478ef4c5584e7ad74aabf4617e8c;hpb=fc050c8c24829a3c7287d610ab7b180d2e8cff86 diff --git a/src/net/pterodactylus/arachne/core/Page.java b/src/net/pterodactylus/arachne/core/Page.java index 2a87224..0a94be7 100644 --- a/src/net/pterodactylus/arachne/core/Page.java +++ b/src/net/pterodactylus/arachne/core/Page.java @@ -35,7 +35,7 @@ public class Page { * * @return The page’s edition */ - public Edition getSite() { + public Edition getEdition() { return edition; }