From d77a8f3b3e2f2da64319a252be69d442c14ea78c Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 10 Jan 2010 01:40:26 +0000 Subject: added some modifications recommended by PMD for better performance git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6560 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/processing/domaingraph/applet/domaingraph.java | 1 - 1 file changed, 1 deletion(-) (limited to 'htroot/processing') diff --git a/htroot/processing/domaingraph/applet/domaingraph.java b/htroot/processing/domaingraph/applet/domaingraph.java index bc84521f5..a212a8c6e 100755 --- a/htroot/processing/domaingraph/applet/domaingraph.java +++ b/htroot/processing/domaingraph/applet/domaingraph.java @@ -161,7 +161,6 @@ public void processDomain(HashMap props) { public void processCitation(String host, HashMap props) { //println("Citation: " + props.toString()); String id = (String) props.get("id"); if (id == null) id = ""; - int count = 0; try { String counts = (String) props.get("count"); if (counts != null) count = Integer.parseInt(counts); } catch (NumberFormatException e) {} -- cgit v1.2.3