Update ActionListener.java

Fixed a typo in the package declaration.
This commit is contained in:
matt123337
2014-07-16 14:17:45 -04:00
parent a899682c1b
commit 5742af6129
@@ -1,4 +1,4 @@
package org.rev317.min.api.event.listeners;
package org.rev317.min.api.events.listeners;
public interface ActionListener{