json/src/main/java/org/netbeans/html/json/impl/Bindings.java
branchNonMutable258088
changeset 1055 c61d247f087a
parent 1028 453e44c757ff
     1.1 --- a/json/src/main/java/org/netbeans/html/json/impl/Bindings.java	Sun Dec 13 21:12:26 2015 +0100
     1.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/Bindings.java	Mon Feb 22 19:58:32 2016 +0100
     1.3 @@ -64,8 +64,8 @@
     1.4          this.bp = bp;
     1.5      }
     1.6      
     1.7 -    public <M> PropertyBinding registerProperty(String propName, int index, M model, Proto.Type<M> access, boolean readOnly) {
     1.8 -        return PropertyBindingAccessor.create(access, this, propName, index, model, readOnly);
     1.9 +    public <M> PropertyBinding registerProperty(String propName, int index, M model, Proto.Type<M> access, byte propertyType) {
    1.10 +        return PropertyBindingAccessor.create(access, this, propName, index, model, propertyType);
    1.11      }
    1.12  
    1.13      public static Bindings<?> apply(BrwsrCtx c) {