Ignore:
Timestamp:
07/25/19 11:44:16 (5 years ago)
Author:
bln4
Message:

Injecting an encryption label into an XRayable Item now injects that encryption label into the source item as well.

File:
1 edited

Legend:

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

    r1418 r1420  
    135135       
    136136        protected void writeClass(Item toWrite) throws IOException {
    137                 if (toWrite instanceof Text && toWrite.getText().equals("Content for Label Two")) {
    138                         System.err.println("EncryptedExpWriter::writeClass::breakpoint");
    139                 } else if (toWrite instanceof Text && toWrite.getText().equals("Encrypted") && toWrite.getPrimary().getText().equals("Content for Label One")) {
    140                         System.err.println("EncryptedExpWriter::writeClass::breakpoint");
    141                 }
    142                
    143137                LinkedHashMap<Character,Method> itemTags = new LinkedHashMap<Character, Method>(getItemCharTags());
    144138                LinkedHashMap<String,Method> itemTagsExt = new LinkedHashMap<String, Method>(getItemStrTags());
Note: See TracChangeset for help on using the changeset viewer.