Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -22,7 +22,7 @@
22 22 protected AbstractAttributeProxy( String pName, TypedTerminatingCodec<T> pCodec )
23 23 {
24 24 mLegacyMemoAttribute = (null == pName);
25 - if ( !mLegacyMemoAttribute && !UtilsCommon.isAsciiIdentifier( pName ) )
25 + if ( !mLegacyMemoAttribute && !Strings.isAsciiIdentifier( pName ) )
26 26 {
27 27 throw new IllegalArgumentException( "Not an Identifier: '" + pName + "'" );
28 28 }