Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/attributes/Options.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.bo.attributes;
3 3
4 - import org.litesoft.core.util.*;
5 -
6 4 import java.util.*;
7 5
6 + import org.litesoft.core.util.*;
7 +
8 8 public class Options implements PropertyOfAMD
9 9 {
10 10 public static Options of( String... pOptions )
  @@ -68,7 +68,6 @@
68 68 for ( int i = 1; i < mValue.length; i++ )
69 69 {
70 70 sb.append( ", \"" ).append( mValue[i] ).append( '\"' );
71 -
72 71 }
73 72 return sb.append( " )" ).toString();
74 73 }