package org.argeo.jcr.ui.explorer; /** Constants used across the application. */ public interface JcrExplorerConstants { /* * MISCEALLENEOUS */ public final static String DATE_TIME_FORMAT = "dd/MM/yyyy, HH:mm"; }