Ignore:
Timestamp:
06/04/19 14:29:49 (5 years ago)
Author:
bln4
Message:

Permission is now a triple rather than a pair. The new second bit is not yet used but will be used for group level permissions.

gazumpts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultFrameReader.java

    r1398 r1402  
    4141import org.expeditee.items.Justification;
    4242import org.expeditee.items.Line;
    43 import org.expeditee.items.PermissionPair;
     43import org.expeditee.items.PermissionTriple;
    4444import org.expeditee.items.Text;
    4545
     
    6969        protected static Class[] pItem = { Item.class };
    7070        protected static Class[] pJustification = { Justification.class };
    71         protected static Class[] pPermission = { PermissionPair.class };
     71        protected static Class[] pPermission = { PermissionTriple.class };
    7272        protected static Class[] pDotType = { DotType.class };
    7373        protected static Class[] pEncPermission = { EncryptionPermissionTriple.class };
Note: See TracChangeset for help on using the changeset viewer.