Skip to content

Commit

Permalink
Update Book01.java
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Aug 18, 2017
1 parent 40029d5 commit 216cc70
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -11,6 +11,7 @@
* http://www.antoniogoncalves.org
* --
*/
// tag::snippets[]
public class Book01 {

// ======================================
Expand All @@ -27,7 +28,8 @@ public class Book01 {
private String isbn;
private Integer nbOfPage;
private Boolean illustrations;

// end::snippets[]

// ======================================
// = Constructors =
// ======================================
Expand Down Expand Up @@ -113,4 +115,4 @@ public String toString() {
sb.append('}');
return sb.toString();
}
}
}

0 comments on commit 216cc70

Please sign in to comment.