Uploaded image for project: 'JTalks Common'
  1. JTalks Common
  2. JTALKSCOMMON-70

Need to change length fields in annotation to be constants

VotersWatchers
    XMLWordPrintable

    Details

      Description

      from :
      @Length(max = 256, message = PROPERTY_NAME_ILLEGAL_LENGTH)
      private String name;
      to :

      private static final int RANK_NAME_MAX_LENGTH=256;
      @Length(max = RANK_NAME_MAX_LENGTH, message = PROPERTY_NAME_ILLEGAL_LENGTH)
      private String name;

        Attachments

          Structure

            Activity

              People

              • Assignee:
                ancient_mariner Alex Lysak
                Reporter:
                ancient_mariner Alex Lysak
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Structure Helper Panel