Subversion Repository Public Repository

litesoft

Diff Revisions 936 vs 937 for /trunk/DeviceDesktopTest/src/org/litesoft/language/model/MasterUnvalidatedAccessor.java

Diff revisions: vs.
  @@ -12,7 +12,7 @@
12 12 */
13 13 @NotNull @Immutable List<String> getKeys();
14 14
15 - @NullableNotEmpty String getValue( String pKey );
15 + @NullOrSignificantText String getValue( String pKey );
16 16
17 17 @Nullable MasterUnvalidatedEntry getEntry( String pKey );
18 18