Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/GWT_Sandbox/UIdesign/src/com/test/uidesign/client/PersonalInfoForm.java

Diff revisions: vs.
  @@ -340,7 +340,7 @@
340 340 {
341 341 mComponent = pComponent;
342 342 mOrigValue = mCurValue = mComponent.getCurrentValue();
343 - mWhat = UtilsCommon.justClassNameOf( mComponent );
343 + mWhat = Objects.justClassNameOf( mComponent );
344 344 }
345 345
346 346 @Override