make checkFiles() private
This commit is contained in:
parent
33b48ff93a
commit
da7ba1dc51
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue