Author: rfscholte
Date: Sun Jun 14 11:39:07 2015
New Revision: 1685388

URL: http://svn.apache.org/r1685388
Log:
Move header to expected position

Modified:
    
maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java

Modified: 
maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java?rev=1685388&r1=1685387&r2=1685388&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
 (original)
+++ 
maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
 Sun Jun 14 11:39:07 2015
@@ -1,7 +1,5 @@
 package org.apache.maven.shared.artifact.filter.collection;
 
-import java.lang.reflect.InvocationTargetException;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -21,6 +19,7 @@ import java.lang.reflect.InvocationTarge
  * under the License.
  */
 
+import java.lang.reflect.InvocationTargetException;
 
 /**
  * Invokes method on objects using reflection.


Reply via email to