File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
// (c)2020 MindView LLC: see Copyright.txt
3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
- // {javap -c LikeClasses}
5
+ // {ExcludeFromGradle}
6
+ // javap -c LikeClasses
6
7
7
8
enum LikeClasses {
8
9
WINKEN {
Original file line number Diff line number Diff line change 2
2
// (c)2020 MindView LLC: see Copyright.txt
3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
- // {javap -c NotAtomic}
5
+ // javap -c NotAtomic
6
+ // {ExcludeFromGradle}
6
7
// {VisuallyInspectOutput}
7
8
8
9
public class NotAtomic {
Original file line number Diff line number Diff line change 3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
5
// Demonstrates standard I/O redirection
6
- // {javap -cp build/classes/java/main OSExecuteDemo}
6
+ // javap -cp build/classes/java/main OSExecuteDemo
7
+ // {ExcludeFromGradle}
7
8
import onjava .*;
8
9
9
10
public class OSExecuteDemo {}
You can’t perform that action at this time.
0 commit comments