ICU-4078 Fix previous change

X-SVN-Rev: 16654
This commit is contained in:
George Rhoten 2004-10-28 16:14:14 +00:00
parent c3cf6d724e
commit 1f69f2a37c

View file

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (c) 2001, International Business Machines
* Copyright (c) 2001-2004, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
@ -231,6 +231,8 @@ private:
ICU_Utility();
};
U_NAMESPACE_END
/**
* Is this character a "white space" in the sense of ICU rule parsers?
* @internal
@ -238,7 +240,5 @@ private:
U_CAPI UBool U_EXPORT2
uprv_isRuleWhiteSpace(UChar32 c);
U_NAMESPACE_END
#endif
//eof