Subversion Repository Public Repository

litesoft

Diff Revisions 937 vs 938 for /trunk/DeviceDesktopTest/src/org/litesoft/language/server/MasterUnvalidatedAccessorPropertyFile.java

Diff revisions: vs.
  @@ -56,11 +56,13 @@
56 56 }
57 57
58 58 public MasterUnvalidatedAccessorPropertyFile( String pPropertyFile )
59 + throws IOException
59 60 {
60 61 this( new File( Strings.assertNotNullNotEmpty( "PropertyFile", pPropertyFile ) ) );
61 62 }
62 63
63 64 public MasterUnvalidatedAccessorPropertyFile( File pPropertyFile )
65 + throws IOException
64 66 {
65 67 this( new SimplePropertyFileAccessorImpl( Objects.assertNotNull( "PropertyFile", pPropertyFile ) ) );
66 68 }