*) Removing getSimpleName

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1143 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 25e5593d53
commit 818d37ce44

@ -82,7 +82,7 @@ public abstract class AbstractParser implements Parser{
/**
* Parser name
*/
protected String parserName = this.getClass().getSimpleName();
protected String parserName = this.getClass().getName();
/**
* The Constructor of this class.

Loading…
Cancel
Save