diff options
Diffstat (limited to 'tutorial/tutorial3.html')
-rw-r--r-- | tutorial/tutorial3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial3.html b/tutorial/tutorial3.html index 89c68ae7..4b732978 100644 --- a/tutorial/tutorial3.html +++ b/tutorial/tutorial3.html @@ -46,7 +46,7 @@ in <code>CtClass</code> should be called. For example, <ul><pre> -FileInputStream fin +BufferedInputStream fin = new BufferedInputStream(new FileInputStream("Point.class")); ClassFile cf = new ClassFile(new DataInputStream(fin)); </pre></ul> |