Skip to main content
Code Review

Return to Revisions

2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/
  1. Instead of printing messages with System.out you should use a logger framework (for example, SLF4J and Logback). See: log4j vs. System.out.println - logger advantages?

  2. The package in the public final library.MySQL db; is unnecessary, since the file is in the library package.

  3. library is not a good package name. See: Java Package Names on c2.com

palacsint
  • 30.3k
  • 9
  • 82
  • 157
default

AltStyle によって変換されたページ (->オリジナル) /