From: Marko Grönroos Date: Wed, 2 Dec 2009 11:05:23 +0000 (+0000) Subject: Formatting fixes to widgetset builder, unified tabs to spaces. X-Git-Tag: 6.7.0.beta1~2206 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=92b52da4106554f43f7de8d57e76950153033e7b;p=vaadin-framework.git Formatting fixes to widgetset builder, unified tabs to spaces. svn changeset:10127/svn branch:6.2 --- diff --git a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java index 2278488c1a..c2c47f76a2 100644 --- a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java +++ b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java @@ -136,7 +136,7 @@ public class WidgetSetBuilder { } private static String addWidgetSet(String ws, String content) { - return content.replace("", "\n\t", "\n " + "\n"); } @@ -171,9 +171,9 @@ public class WidgetSetBuilder { private static void printUsage() { PrintStream o = System.out; o.println(WidgetSetBuilder.class.getSimpleName() + " usage:"); - o.println("\t1. Set the same classpath as you will " + o.println(" 1. Set the same classpath as you will " + "have for the GWT compiler."); - o.println("\t2. Give the widgetsetname (to be created or updated)" + o.println(" 2. Give the widgetsetname (to be created or updated)" + " as first parameter"); o.println(); o