From b0d1f7f5fa7e46bbdb9709ff5e8ed8a427edbba3 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 26 Jan 2004 14:57:08 +0000 Subject: [PATCH] Add linebreaks to long comments --- src/helma/framework/core/TypeManager.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/helma/framework/core/TypeManager.java b/src/helma/framework/core/TypeManager.java index ffcfae67..83f6aec2 100644 --- a/src/helma/framework/core/TypeManager.java +++ b/src/helma/framework/core/TypeManager.java @@ -71,7 +71,8 @@ public final class TypeManager { this.app = app; 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) { for (int i = 0; i < standardTypes.length; 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. */ public synchronized void checkPrototypes() {