Skip to content
Snippets Groups Projects
Commit 05ee3d99 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Class wrongly made public! (And failing revapi as a consequence)

parent f12a9f69
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,15 @@
"code": "java\.method\.finalMethodAddedToNonFinalClass",
"justification": "Revapi bug: Temporarily ignoring till https://github.com/revapi/revapi/issues/131 is fixed"
},
{
"code": "java.class.removed",
"old": "class org.xwiki.notifications.filters.watchlistbridge.WatchlistBridgeProvider",
"package": "org.xwiki.notifications.filters.watchlistbridge",
"classQualifiedName": "org.xwiki.notifications.filters.watchlistbridge.WatchlistBridgeProvider",
"classSimpleName": "WatchlistBridgeProvider",
"elementKind": "class",
"justification": "Class wrongly made public in previous releases! See "
},
{
"code": "java.method.returnTypeChanged",
"old": "method boolean org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)",
......
......@@ -17,7 +17,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.xwiki.notifications.filters.watchlistbridge;
package org.xwiki.notifications.filters.watchlistbridge.internal;
import java.util.Collections;
import java.util.Date;
......
org.xwiki.notifications.filters.watchlistbridge.WatchlistBridgeProvider
\ No newline at end of file
org.xwiki.notifications.filters.watchlistbridge.internal.WatchlistBridgeProvider
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment