Subversion Repository Public Repository

litesoft

Diff Revisions 820 vs 821 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/EmailAddress.java

Diff revisions: vs.
  @@ -94,7 +94,7 @@
94 94 {
95 95 throw new IllegalArgumentException( "TLD only Domain" );
96 96 }
97 - if ( !UtilsCommon.isAll7BitAsciiAlpha( mDomain.substring( zAt + 1 ), 1 ) )
97 + if ( !Strings.isAll7BitAsciiAlpha( mDomain.substring( zAt + 1 ), 1 ) )
98 98 {
99 99 throw new IllegalArgumentException( "Domain TLD not all Ascii Alpha" );
100 100 }