Changeset 4460


Ignore:
Timestamp:
Mar 21, 2013, 11:46:42 AM (10 years ago)
Author:
olle
Message:

Refs #802. Refs #772. Class/file core/Hit.java in api/core/ updated by exchanging name of static int constant MAX_RELICATE_ID_LENGTH for MAX_REPLICATE_ID_LENGTH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/api/core/src/org/proteios/core/Hit.java

    r4281 r4460  
    291291   * @see #setReplicateId(String)
    292292   */
    293   public static final int MAX_RELICATE_ID_LENGTH = HitData.MAX_REPLICATE_ID_LENGTH;
     293  public static final int MAX_REPLICATE_ID_LENGTH = HitData.MAX_REPLICATE_ID_LENGTH;
    294294
    295295
Note: See TracChangeset for help on using the changeset viewer.