Skip to content

Commit

Permalink
doc: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Aug 23, 2019
1 parent e1c5dad commit 335bba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@
* {
* int whichIsWhich = 0;
* {
* int whichIsWhich = 2;
* whichIsWhich = 2;
* }
* System.out.println("value = " + whichIsWhich);
* }
Expand Down
2 changes: 1 addition & 1 deletion src/xdocs/config_blocks.xml
Expand Up @@ -42,7 +42,7 @@ public void guessTheOutput()
{
int whichIsWhich = 0;
{
int whichIsWhich = 2;
whichIsWhich = 2;
}
System.out.println("value = " + whichIsWhich);
}
Expand Down

0 comments on commit 335bba8

Please sign in to comment.