Add linebreaks to long comments
This commit is contained in:
parent
f36e390caa
commit
b0d1f7f5fa
1 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,8 @@ public final class TypeManager {
|
||||||
this.app = app;
|
this.app = app;
|
||||||
appDir = app.appDir;
|
appDir = app.appDir;
|
||||||
|
|
||||||
// make sure the directories for the standard prototypes exist, and lament otherwise
|
// make sure the directories for the standard prototypes exist,
|
||||||
|
// and lament otherwise
|
||||||
if (appDir.list().length == 0) {
|
if (appDir.list().length == 0) {
|
||||||
for (int i = 0; i < standardTypes.length; i++) {
|
for (int i = 0; i < standardTypes.length; i++) {
|
||||||
File f = new File(appDir, standardTypes[i]);
|
File f = new File(appDir, standardTypes[i]);
|
||||||
|
@ -127,7 +128,8 @@ public final class TypeManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run through application's prototype directories and check if anything has been updated.
|
* Run through application's prototype directories and check if anything
|
||||||
|
* has been updated.
|
||||||
* If so, update prototypes and scripts.
|
* If so, update prototypes and scripts.
|
||||||
*/
|
*/
|
||||||
public synchronized void checkPrototypes() {
|
public synchronized void checkPrototypes() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue