Date/Time in javadocs considered useless for readability

This commit is contained in:
Alexey Kudravtsev
2017-12-06 15:11:04 +03:00
parent a864c23f34
commit e07afa8f5c
1052 changed files with 9 additions and 1215 deletions
@@ -22,7 +22,6 @@ import java.util.ResourceBundle;
/**
* MUST BE COMPILED WITH JDK 1.1 IN ORDER TO SUPPORT JAVAC LAUNCHING FOR ALL JDKs
* @author Eugene Zhuravlev
* Date: Oct 10, 2005
*/
public class JavacResourcesReader {
public static final String MSG_PATTERNS_START = "__patterns_start";
@@ -16,8 +16,6 @@
/*
* @author: Eugene Zhuravlev
* Date: Sep 16, 2002
* Time: 10:56:58 PM
*/
package com.intellij.rt.debugger;