diff --git a/src/helma/framework/core/Prototype.java b/src/helma/framework/core/Prototype.java index aeb7a7ba..a509da12 100644 --- a/src/helma/framework/core/Prototype.java +++ b/src/helma/framework/core/Prototype.java @@ -186,7 +186,7 @@ public final class Prototype { * Returns the list of resources in this prototype's repositories. Used * by checkForUpdates() to see whether there is anything new. */ - Resource[] getResources() { + public Resource[] getResources() { long checksum = getRepositoryChecksum(); // reload resources if the repositories checksum has changed if (checksum != lastChecksum) { @@ -571,4 +571,4 @@ public final class Prototype { return "[SkinMap " + name + "]"; } } -} +} \ No newline at end of file