Project

General

Profile

« Previous | Next » 

Revision 6532

update D1 jars to include recent SubjectList -> SubjectInfo refactoring and the SUBJECT_PUBLIC constant

View differences:

MNodeServiceTest.java
831 831
      AccessRule allow = new AccessRule();
832 832
      allow.addPermission(Permission.WRITE);
833 833
      Subject publicSubject = new Subject();
834
      publicSubject.setValue(Constants.PUBLIC_SUBJECT);
834
      publicSubject.setValue(Constants.SUBJECT_PUBLIC);
835 835
      allow.addSubject(publicSubject);
836 836
      accessPolicy.addAllow(allow);
837 837
      

Also available in: Unified diff