From 99262c3d0a844bea99efda26e1e180405f2886ef Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Fri, 20 Jul 2007 16:25:23 +0000 Subject: [PATCH] Remove method added only for quick debug. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558042 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/properties/PropertyCache.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/java/org/apache/fop/fo/properties/PropertyCache.java b/src/java/org/apache/fop/fo/properties/PropertyCache.java index 9acf12513..0cca50bea 100644 --- a/src/java/org/apache/fop/fo/properties/PropertyCache.java +++ b/src/java/org/apache/fop/fo/properties/PropertyCache.java @@ -36,10 +36,6 @@ public class PropertyCache { private Map propCache = Collections.synchronizedMap(new WeakHashMap()); - public int size() { - return propCache.size(); - } - /** * Checks if the given property is present in the cache - if so, returns * a reference to the cached value. Otherwise the given object is added -- 2.39.5