Searched refs:CONNECTIONTIMEOUTKEY (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java47 public static final String CONNECTIONTIMEOUTKEY = "org.opensolaris.opengrok.management.connectiontimeout"; field in class:SettingsPersistence
H A DSettingsFrame.java74 connTimeoutField.setText(properties.getProperty(SettingsPersistence.CONNECTIONTIMEOUTKEY));
84 properties.setProperty(SettingsPersistence.CONNECTIONTIMEOUTKEY, connTimeoutField.getText());

Completed in 14 milliseconds