fdo#51304: Remove the author of some java source files

This patch remove some '@author' for Java souce files, and removes some commented code founded
when removing the '@author'.

Change-Id: I7bff1507212e967069f3d18e6c1040f69501694a
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
This commit is contained in:
Marcos Paulo de Souza
2012-09-26 01:40:41 -03:00
committed by Noel Power
parent 30dba81595
commit 6595e392eb
45 changed files with 1 additions and 161 deletions

View File

@ -43,7 +43,6 @@ import org.netbeans.editor.ext.java.*;
/**
* Java editor kit with appropriate document
*
* @author Miloslav Metelka
* @version 1.00
*/
@ -117,8 +116,6 @@ public class JavaKit extends ExtKit {
/**
* DataAccessor for parser DB files via URL streams
*
* @author Petr Nejedly
*/
public static class URLAccessor implements DataAccessor {