ICU-13093 denoise API change report

X-SVN-Rev: 40407
This commit is contained in:
Steven R. Loomis 2017-09-13 23:16:59 +00:00
parent 84bec69426
commit 0e480ee0c1

View 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)
};
/**