Versions Compared

Key

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

...

Code Block
java
java
class Window implements ScreenObject {
    /** */
    private static final int currIndexMAX_INDEX = 10;

    /** */
    private int serialUidcurrIndex;

    /** */
    private static final int MAX_INDEX = 10serialUid;

    /**
     * @param uid UID.
     * @return Class name.
     */
    public String classNameByUid(Long uid) {
        . . .
    }
}

...