dangling javadocs removed

This commit is contained in:
Alexey Kudravtsev
2016-04-29 12:13:21 +03:00
parent 59e2d9dd9e
commit 3b521f997c
185 changed files with 423 additions and 809 deletions
@@ -14,9 +14,9 @@
* limitations under the License.
*/
/**
* (c) 2016 Silent Forest AB
* created: 18 March 2016
/*
(c) 2016 Silent Forest AB
created: 18 March 2016
*/
package com.intellij.codeInspection;
@@ -1,5 +1,17 @@
/**
* @author ven
/*
* 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.intellij.refactoring;
@@ -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,11 +15,6 @@
*/
package com.intellij.refactoring;
/**
* User: anna
* Date: Aug 31, 2010
*/
import com.intellij.JavaTestUtil;
import com.intellij.openapi.fileEditor.FileDocumentManager;
import com.intellij.openapi.vfs.LocalFileSystem;