diff --git a/src/helma/framework/core/TypeManager.java b/src/helma/framework/core/TypeManager.java index 83f6aec2..ccc5099c 100644 --- a/src/helma/framework/core/TypeManager.java +++ b/src/helma/framework/core/TypeManager.java @@ -149,7 +149,7 @@ public final class TypeManager { * Run through application's prototype directories and check if * there are any prototypes to be created. */ - public void checkFiles() { + private void checkFiles() { // check if any files have been created/removed since last time we // checked... if (appDir.lastModified() > appDirMod) {