restore public interface

This commit is contained in:
Hervé Boutemy 2014-02-08 16:41:28 +01:00
parent 4a39c02156
commit 81619e6f1a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
* @since 3.1.2
* @provisional This interface is part of work in progress and can be changed or removed without notice.
*/
interface ProjectExecutionListener
public interface ProjectExecutionListener
{
void beforeProjectExecution( ProjectExecutionEvent event )
throws LifecycleExecutionException;