Ignore:
Timestamp:
08/26/13 15:41:57 (11 years ago)
Author:
olhsha
Message:

renaming DaoDispatcher?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/BackendConstants.java

    r3365 r3477  
    2424public class BackendConstants {
    2525   
    26      // Hash Parameters
    27     public static final int NOTEBOOK_HASH_PARAM_1 =  7;
    28     public static final int NOTEBOOK_HASH_PARAM_2 =  29;
    29     public static final int ANNOTATION_HASH_PARAM_1 =  5;
    30     public static final int ANNOTATION_HASH_PARAM_2 =  23;
    31     public static final int USER_HASH_PARAM_1 =  5;
    32     public static final int USER_HASH_PARAM_2 =  19;
    33     // peter, is it okay?
    34     public static final int SOURCE_HASH_PARAM_1 =  7;
    35     public static final int SOURCE_HASH_PARAM_2 =  23;
    36     public static final int CACHED_REPRESENTATION_HASH_PARAM_1 =  7;
    37     public static final int CACHED_REPRESENTATION_HASH_PARAM_2 =  19;
    38     public static final int VERSION_HASH_PARAM_1 =  5;
    39     public static final int VERSION_HASH_PARAM_2 =  29;
    40    
    4126    public static final String regExpIdentifier = "[a-zA-Z0-9_-]*";
    4227   
Note: See TracChangeset for help on using the changeset viewer.