]> granicus.if.org Git - icu/commitdiff
ICU-13093 denoise API change report
authorSteven R. Loomis <srl@icu-project.org>
Wed, 13 Sep 2017 23:16:59 +0000 (23:16 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Wed, 13 Sep 2017 23:16:59 +0000 (23:16 +0000)
X-SVN-Rev: 40407

tools/release/java/src/com/ibm/icu/dev/tools/docs/StableAPI.java

index 6e9416be447b4cb971524da0dcc82bf19077708c..d062c278009efe964dda99d3f631544103fd3a91 100644 (file)
@@ -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)
         };
 
         /**