eh3rrera/ocpj8-book

Lack "int" keyword.

venwyhk opened this issue · 1 comments

http://ocpj8.javastudyguide.com/ch04.html

public static ID = 0;
public final ID = 0;
static final ID = 0;
public static final ID = 0;

Keyword added, thanks! 👍