Move header to expected position

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1685388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java b/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
index 2e869e6..8f49ef7 100644
--- a/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
+++ b/src/main/java/org/apache/maven/shared/artifact/filter/collection/Invoker.java
@@ -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 @@
  * under the License.
  */
 
+import java.lang.reflect.InvocationTargetException;
 
 /**
  * Invokes method on objects using reflection.