Searched defs:suffixDateFormat (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugFileImpl.java74 private final SimpleDateFormat suffixDateFormat; field in class:DebugFileImpl
119 this.suffixDateFormat = tmpSuffixDateFormat;
192 if (suffixDateFormat != null &&
194 synchronized (suffixDateFormat) {
195 newFileName.append(suffixDateFormat.format(new Date(fileCreationTime)));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugFileImpl.java74 private final SimpleDateFormat suffixDateFormat; field in class:DebugFileImpl
119 this.suffixDateFormat = tmpSuffixDateFormat;
206 if (suffixDateFormat != null &&
208 synchronized (suffixDateFormat) {
209 newFileName.append(suffixDateFormat.format(new Date(fileCreationTime)));

Completed in 38 milliseconds