Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/ApplyFont.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.client.widgets.nonpublic;
3 3
4 + import org.litesoft.uispecification.*;
5 +
4 6 import com.google.gwt.user.client.*;
5 7 import com.google.gwt.user.client.ui.*;
6 8
7 - import org.litesoft.uispecification.*;
8 -
9 9 public class ApplyFont
10 10 {
11 11 public static Widget to( UiFont pUiFont, Widget pWidget )
  @@ -49,8 +49,7 @@
49 49 return "";
50 50 }
51 51
52 - private static void set( StringBuilder pSB, String pAttributeName, String pValue,
53 - String pAdditionalIfNotNull )
52 + private static void set( StringBuilder pSB, String pAttributeName, String pValue, String pAdditionalIfNotNull )
54 53 {
55 54 if ( pValue != null )
56 55 {
  @@ -66,8 +65,7 @@
66 65 }
67 66 }
68 67
69 - private static void set( Element pElement, String pAttributeName, String pValue,
70 - String pAdditionalIfNotNull )
68 + private static void set( Element pElement, String pAttributeName, String pValue, String pAdditionalIfNotNull )
71 69 {
72 70 if ( pValue != null )
73 71 {