From 4958b9a45ab284be8d5927d8cc96df14c64d02c1 Mon Sep 17 00:00:00 2001 From: chiba Date: Fri, 11 May 2007 13:37:19 +0000 Subject: [PATCH] fixed JIRA JASSIST-33 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@370 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- Readme.html | 6 +- src/main/javassist/compiler/TypeChecker.java | 58 +++++++++++++++----- 2 files changed, 50 insertions(+), 14 deletions(-) diff --git a/Readme.html b/Readme.html index c7c569a1..8f9a0f9f 100644 --- a/Readme.html +++ b/Readme.html @@ -241,7 +241,7 @@ with a web browser running

8. sample/hotswap/*.java

-

This shows dynamic class reloading by the JPDA. +

This shows dynamic class reloading by the JPDA. It needs JDK 1.4 or later. To run, first type the following commands: