Subversion Repository Public Repository

litesoft

Diff Revisions 804 vs 811 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/InjectionPointSelectorController.java

Diff revisions: vs.
  @@ -5,7 +5,6 @@
5 5
6 6 import org.litesoft.core.simpletypes.*;
7 7 import org.litesoft.core.typeutils.*;
8 - import org.litesoft.core.util.*;
9 8
10 9 import static org.litesoft.core.simpletypes.nonpublic.EqualSupport.calcHashCode;
11 10 import static org.litesoft.core.util.UtilsCommon.*;
  @@ -425,7 +424,7 @@
425 424 mView.injectBetween( pEntry.getLowerReference(), pEntry.getUpperReference() );
426 425 return;
427 426 }
428 - throw new IllegalArgumentException( "Can not 'viewSelected' for type '" + UtilsCommon.justSimpleName( pEntry ) + "': " + pEntry );
427 + throw new IllegalArgumentException( "Can not 'viewSelected' for type '" + Objects.justSimpleName( pEntry ) + "': " + pEntry );
429 428 }
430 429
431 430 /**