Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ccccff
class Foo {
  private static int version = 1;
  public static final Stringint getVersion() {
    return version;
  }

  // ...
}

...