Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. public class LogInfo {
  2. private static final SimpleDateFormat sdf = new SimpleDateFormat ("yyyyMMdd");
  3.     
  4. public logInfo (
  5. }
  6. }
  7.  
  8. public class LogInfo {
  9. private static final SimpleDateFormat sdf = initializeSimpleDateFormat();
  10. private static SimpleDateFormat initializeSimpleDateFormat(){
  11. return sdf == null ? new SimpleDateFormat("yyyy/MM/dd") : sdf;
  12. }
  13. public logInfo (
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement