From: Steven R. Loomis Date: Wed, 13 Sep 2017 23:16:59 +0000 (+0000) Subject: ICU-13093 denoise API change report X-Git-Tag: release-60-rc~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e480ee0c11d546ba3d5a3077d51ed11c7d2efa5;p=icu ICU-13093 denoise API change report X-SVN-Rev: 40407 --- diff --git a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java index 6e9416be447..d062c278009 100644 --- a/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java +++ b/tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java @@ -529,6 +529,7 @@ public class StableAPI { static private String simplifyList[] = { "[ ]*=[ ]*0[ ]*$", "", // remove pure virtual - TODO: notify about this difference, separately "\\)[ ]*const[ ]*$", ")", // TODO: notify about this difference, separately - remove const from function type + "[ ]*U_NOEXCEPT[ ]*", "" // remove U_NOEXCEPT (this was fixed in Doxyfile, but fixing here so it is retroactive) }; /**