1. 20 2月, 2011 1 次提交
    • Thomas Mueller's avatar
      Cleanup: · 631e7a00
      Thomas Mueller 提交于
      - Improve Javadoc documentation
      - Javadoc: removed unpaired <p>
      - Javadoc: removed shouting (bold, caps "MUST")
      - Javadoc: document parameters
      - Javadoc: no need to write Return in a @return tag
      - Javadoc: make correct sentences, not sentence fragments ('Default Db Upgrader.' is not a sentence)
      - Remove @Override tag because this won't compile with JDK 5
      - Methods in public interfaces don't need to be declared public (Checkstyle detects this, please use Checkstyle as documented)
      631e7a00
  2. 19 2月, 2011 3 次提交
    • Thomas Mueller's avatar
      Cleanup: · b51dab94
      Thomas Mueller 提交于
      - Improve Javadoc documentation
      - Add Javadoc documentation (each class and interface method should be documented)
      - I didn't want to use MessageFormat but I guess that's not an important change
      b51dab94
    • Thomas Mueller's avatar
      Cleanup: · b94fe304
      Thomas Mueller 提交于
      - add missing //## Java 1.5 end ##
      - according to checkstyle final static fields names are all caps
      - remove trailing spaces (please configure the IDE accordingly)
      - add missing space after comma (please configure checkstyle)
      
      Please note that counter++ is counter.getAndIncrement() and not counter.incrementAndGet(). But I guess this doesn't make a difference here.
      b94fe304
    • james.moger@gmail.com's avatar
  3. 18 2月, 2011 8 次提交
  4. 17 2月, 2011 7 次提交
  5. 16 2月, 2011 15 次提交
  6. 14 2月, 2011 6 次提交