mirror of
https://github.com/apache/lucene.git
synced 2025-02-20 17:07:09 +00:00
SOLR-1081 followup -- Remove abstract keyword
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@757332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42756bb924
commit
a3e7952c84
@ -31,6 +31,6 @@ public interface EventListener {
|
||||
*
|
||||
* @param ctx the Context in which this event was called
|
||||
*/
|
||||
public abstract void onEvent(Context ctx);
|
||||
public void onEvent(Context ctx);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user