ICU-5051 swat deprecated tooling

X-SVN-Rev: 19255
This commit is contained in:
Doug Felt 2006-02-23 19:22:36 +00:00
parent 99fced0f63
commit dfb3a6b3ea

View File

@ -86,7 +86,7 @@ public class SwatDeprecated {
this.verbosity = verbosity;
this.srcTag = "@deprecated This is a draft API and might change in a future release of ICU.";
this.trgTag = "@provisional";
this.trgTag = "@provisional This API might change or be removed in a future release.";
if (!dep) {
String temp = srcTag;
srcTag = trgTag;