Changeset 1409


Ignore:
Timestamp:
06/21/19 12:14:03 (5 years ago)
Author:
bln4
Message:

Moved Label.java to Surrogates folder as it makes more sense there.

Location:
trunk/src/org/expeditee/encryption
Files:
2 edited
1 moved

Legend:

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

    r1408 r1409  
    2424
    2525import org.expeditee.encryption.CryptographyConstants;
    26 import org.expeditee.encryption.Label;
    27 import org.expeditee.encryption.Label.LabelResult;
    2826import org.expeditee.encryption.items.surrogates.EncryptionDetail;
     27import org.expeditee.encryption.items.surrogates.Label;
    2928import org.expeditee.encryption.items.surrogates.Surrogate;
     29import org.expeditee.encryption.items.surrogates.Label.LabelResult;
    3030import org.expeditee.gui.Frame;
    3131import org.expeditee.gui.FrameIO;
  • trunk/src/org/expeditee/encryption/io/EncryptedExpWriter.java

    r1408 r1409  
    2121
    2222import org.expeditee.encryption.CryptographyConstants;
    23 import org.expeditee.encryption.Label;
    24 import org.expeditee.encryption.Label.LabelResult;
    2523import org.expeditee.encryption.items.surrogates.EncryptionDetail;
     24import org.expeditee.encryption.items.surrogates.Label;
    2625import org.expeditee.encryption.items.surrogates.Surrogate;
     26import org.expeditee.encryption.items.surrogates.Label.LabelResult;
    2727import org.expeditee.gui.Frame;
    2828import org.expeditee.gui.MessageBay;
  • trunk/src/org/expeditee/encryption/items/surrogates/Label.java

    r1408 r1409  
    1 package org.expeditee.encryption;
     1package org.expeditee.encryption.items.surrogates;
    22
    33import java.util.Base64;
Note: See TracChangeset for help on using the changeset viewer.