mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5287 add toString to aid debugging. This is not an API change, since toString() is always defined (it just doesn't produce as useful results as one would like!)
X-SVN-Rev: 19947
This commit is contained in:
parent
acd4c98939
commit
701fc92aa2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2001-2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 2001-2006, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -63,4 +63,8 @@ public class CaseInsensitiveString {
|
|||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return string;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue