From 6260c0889d817e692eec03b372807807889b988b Mon Sep 17 00:00:00 2001 From: dchandler Date: Wed, 13 Jul 2005 06:23:02 +0000 Subject: [PATCH] Mentions how to salvage this class. --- source/org/thdl/tib/text/TibetanHTML.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/org/thdl/tib/text/TibetanHTML.java b/source/org/thdl/tib/text/TibetanHTML.java index cb3c065..1716ff1 100644 --- a/source/org/thdl/tib/text/TibetanHTML.java +++ b/source/org/thdl/tib/text/TibetanHTML.java @@ -26,7 +26,9 @@ import java.util.StringTokenizer; * that uses TMW. Or something like that -- I, David Chandler, * didn't write this class, Edward Garrett did. But now that * EWTS->TMW conversion is best done by org.thdl.tib.text.ttt, this - * class is deprecated. + * class is deprecated. Really, it'd be easy to undeprecate it -- + * just stop calling the deprecated EWTS->TMW function that's being + * called in favor of the new, better function. * @author Edward Garrett, Tibetan and Himalayan Digital Library * @deprecated */