diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java index 4eaface..05a1fb3 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java @@ -139,10 +139,7 @@ private void setCacheTimeout(int seconds) { this.cacheTimeout = seconds; } - /* (non-Javadoc) - * @see org.olap4j.driver.xmla.cache.XmlaOlap4jCache#get(java.lang.String, java.net.URL, byte[]) - */ - public byte[] get( + byte[] get( final URL url, final byte[] request) { @@ -169,10 +166,7 @@ public byte[] get( } } - /* (non-Javadoc) - * @see org.olap4j.driver.xmla.cache.XmlaOlap4jCache#put(java.lang.String, java.net.URL, byte[], byte[]) - */ - public void put( + void put( final URL url, final byte[] request, final byte[] response)