Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maintenant (0.14 sec)

  1. ActionForm.java

    L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.maintenance; L17: L18:import org.codelibs.fess.util.ComponentUtil; L19: L20:import jakarta.validation.constraints.Size; L21: L22:public class ActionForm { L23: @Size(max = 10) L24: public String replaceAliases; L25: L26: @Size(max = 10) L27: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
Back to top