Removed @author javadocs from code.

This commit is contained in:
Evgeny Gerashchenko
2012-12-28 17:05:25 +04:00
parent 1de4da28fc
commit e03eaf6dde
1531 changed files with 30 additions and 4700 deletions
@@ -14,9 +14,6 @@
* limitations under the License.
*/
/*
* @author max
*/
package org.jetbrains.jet.asJava;
import com.intellij.openapi.util.Key;
@@ -14,9 +14,6 @@
* limitations under the License.
*/
/*
* @author max
*/
package org.jetbrains.jet.asJava;
import com.intellij.openapi.project.Project;
@@ -14,9 +14,6 @@
* limitations under the License.
*/
/*
* @author max
*/
package org.jetbrains.jet.asJava;
import com.intellij.openapi.diagnostic.Logger;
@@ -14,9 +14,6 @@
* limitations under the License.
*/
/*
* @author max
*/
package org.jetbrains.jet.asJava;
import com.intellij.navigation.ItemPresentation;
@@ -23,8 +23,6 @@ import org.jetbrains.jet.lang.resolve.name.FqName;
/**
* TODO: make more accurate wrapper
*
* @author Nikolay Krasko
*/
public class JetLightPackage extends PsiPackageImpl {
@@ -34,9 +34,6 @@ import org.jetbrains.jet.lang.resolve.name.FqName;
import java.util.Collection;
/**
* @author alex.tkachman
*/
class LightClassGenerationStrategy extends GenerationStrategy {
private static final Logger LOG = Logger.getInstance("#org.jetbrains.jet.asJava.LightClassGenerationStrategy");
@@ -14,9 +14,6 @@
* limitations under the License.
*/
/*
* @author max
*/
package org.jetbrains.jet.asJava;
import com.intellij.psi.PsiElement;