make checkFiles() private

This commit is contained in:
hns 2004-06-04 16:02:52 +00:00
parent 33b48ff93a
commit da7ba1dc51

View file

@ -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) {