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

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

Completed in 8 milliseconds