Versions Compared

Key

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

...

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

  // ...
}

...