From 4a82c5f5d035e09a7d7b54342f367c66ddfef8c9 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Wed, 4 May 2016 14:36:33 +0300 Subject: [PATCH] cleanup --- .../idea/maven/dom/MavenDomPathWithPropertyTest.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/maven/src/test/java/org/jetbrains/idea/maven/dom/MavenDomPathWithPropertyTest.groovy b/plugins/maven/src/test/java/org/jetbrains/idea/maven/dom/MavenDomPathWithPropertyTest.groovy index b302075062a6..54f61353f3d6 100644 --- a/plugins/maven/src/test/java/org/jetbrains/idea/maven/dom/MavenDomPathWithPropertyTest.groovy +++ b/plugins/maven/src/test/java/org/jetbrains/idea/maven/dom/MavenDomPathWithPropertyTest.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2000-2012 JetBrains s.r.o. + * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,6 @@ */ package org.jetbrains.idea.maven.dom -import com.intellij.openapi.vfs.VfsUtil import com.intellij.psi.PsiManager /**