Home
last modified time | relevance | path

Searched refs:noSpaces (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDurationHelper.java204 String noSpaces = value.getText().trim(); in checkErrorAndSetTotal() local
205 value.setText(noSpaces); in checkErrorAndSetTotal()
206 Long l = Long.valueOf(noSpaces); in checkErrorAndSetTotal()