Subversion Repository Public Repository

litesoft

Diff Revisions 223 vs 475 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/SimpleVoAttribute.java

Diff revisions: vs.
  @@ -60,15 +60,13 @@
60 60 return getName();
61 61 }
62 62
63 - @Override
64 - @SuppressWarnings({"unchecked"})
63 + @Override @SuppressWarnings({"unchecked"})
65 64 public final <T> T normalize( T pValue, boolean pRequired )
66 65 {
67 - return (T)mMetaData.getType().normalize( pValue, pRequired );
66 + return (T) mMetaData.getType().normalize( pValue, pRequired );
68 67 }
69 68
70 - @Override
71 - @SuppressWarnings({"unchecked"})
69 + @Override @SuppressWarnings({"unchecked"})
72 70 public final <T> T getAttributeValue( V pVO )
73 71 {
74 72 return (T) LLgetAttributeValue( pVO );