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:
Shalin Shekhar Mangar 2009-03-23 07:14:19 +00:00
parent 42756bb924
commit a3e7952c84
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}