X-Git-Url: http://git.megacz.com/?p=org.ibex.js.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FPropertyFile.java;h=a8b68f7d5a4190385e2ec3be670e6c5e58b651bd;hp=beede7f4e0c6839ce48c5361a5cf49c3d5a74420;hb=7113d47d1ef227732b610026bee8c22b9ada3525;hpb=361d18aff8f32e60fb8b6c5c52744a9f1e9890be diff --git a/src/org/ibex/js/PropertyFile.java b/src/org/ibex/js/PropertyFile.java index beede7f..a8b68f7 100644 --- a/src/org/ibex/js/PropertyFile.java +++ b/src/org/ibex/js/PropertyFile.java @@ -11,7 +11,7 @@ import java.io.*; // FEATURE: Update for new api /** A JS interface to a Java '.properties' file; very crude */ -public class PropertyFile extends JS { +public class PropertyFile extends JS.Immutable { /*private final Properties p = new Properties(); private final Hash cache = new Hash(10, 3);