Here you can find the source of getValidCodeSecond()
public static int getValidCodeSecond()
//package com.java2s; //License from project: LGPL public class Main { private static int VALID_CODE_SECOND = 120; public static int getValidCodeSecond() { return VALID_CODE_SECOND; }/*from ww w. java 2 s. c o m*/ }