minor polish

This commit is contained in:
Martin Lippert
2017-01-13 13:55:25 +01:00
parent 5cb796a0a6
commit d27225f2b9
3 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
package org.springframework.ide.vscode.commons.maven;
/*******************************************************************************
* Copyright (c) 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
@@ -10,6 +8,8 @@ package org.springframework.ide.vscode.commons.maven;
* Contributors:
* Pivotal, Inc. - initial API and implementation
*******************************************************************************/
package org.springframework.ide.vscode.commons.maven;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;

View File

@@ -11,8 +11,6 @@
package org.springframework.ide.vscode.commons.util.text;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

View File

@@ -1,4 +1,3 @@
package org.springframework.ide.vscode.manifest.yaml;
/*******************************************************************************
* Copyright (c) 2015, 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
@@ -9,7 +8,7 @@ package org.springframework.ide.vscode.manifest.yaml;
* Contributors:
* Pivotal, Inc. - initial API and implementation
*******************************************************************************/
package org.springframework.ide.vscode.manifest.yaml;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;