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
@@ -39,7 +39,6 @@ import java.util.stream.Collectors;
/**
* @author Eugene Zhuravlev
* Date: May 23, 2006
*/
public abstract class JSR45PositionManager<Scope> implements PositionManager {
private static final Logger LOG = Logger.getInstance("#com.intellij.debugger.engine.JSR45PositionManager");
@@ -21,7 +21,6 @@ import org.jetbrains.annotations.Nullable;
/**
* @author Eugene Zhuravlev
* Date: May 23, 2006
*/
public interface SourcesFinder<Scope> {
/**