-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more precise description on the read transaction example
- Loading branch information
mekjaer
committed
Aug 21, 2013
1 parent
408db43
commit f5d1895
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,4 +97,5 @@ static void Assert(boolean check) { | |
throw new RuntimeException(); | ||
} | ||
} | ||
} //@@EndExample@@ | ||
} | ||
//@@EndExample@@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,4 +62,5 @@ static void Assert(boolean check) { | |
throw new RuntimeException(); | ||
} | ||
} | ||
} //@@EndExample@@ | ||
} | ||
//@@EndExample@@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,5 +59,5 @@ static void Assert(boolean check) { | |
throw new RuntimeException(); | ||
} | ||
} | ||
|
||
} //@@EndExample@@ | ||
} | ||
//@@EndExample@@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,5 @@ static void Assert(boolean check) { | |
throw new RuntimeException(); | ||
} | ||
} | ||
} //@@EndExample@@ | ||
} | ||
//@@EndExample@@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
/bin | ||
/bin | ||
|