mirror of https://github.com/apache/maven.git
o Organizing imports.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@267176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7aa0230e6
commit
f895e06d85
|
@ -1,8 +1,5 @@
|
|||
package org.apache.maven.profiles.activation;
|
||||
|
||||
import org.apache.maven.model.Profile;
|
||||
import org.apache.maven.profiles.AlwaysOnActivation;
|
||||
|
||||
/*
|
||||
* Copyright 2001-2005 The Apache Software Foundation.
|
||||
*
|
||||
|
@ -19,6 +16,9 @@ import org.apache.maven.profiles.AlwaysOnActivation;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import org.apache.maven.model.Profile;
|
||||
import org.apache.maven.profiles.AlwaysOnActivation;
|
||||
|
||||
public class AlwaysOnProfileActivator
|
||||
implements ProfileActivator
|
||||
{
|
||||
|
@ -31,5 +31,4 @@ public class AlwaysOnProfileActivator
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue