There was an error while loading. Please reload this page.
1 parent a6997d6 commit aa395a9Copy full SHA for aa395a9
examples/java/uk/co/real_logic/sbe/examples/ExampleTokenListener.java
@@ -31,9 +31,9 @@
31
32
public class ExampleTokenListener implements TokenListener
33
{
34
- final PrintWriter out;
35
- final Deque<String> namedScope = new ArrayDeque<>();
36
- final byte[] tempBuffer = new byte[1024];
+ private final PrintWriter out;
+ private final Deque<String> namedScope = new ArrayDeque<>();
+ private final byte[] tempBuffer = new byte[1024];
37
38
public ExampleTokenListener(final PrintWriter out)
39
0 commit comments