From c67dc0658ae37c8a835d641f656c23b2e66d8c71 Mon Sep 17 00:00:00 2001 From: Luc Boudreau Date: Wed, 14 Jan 2009 14:26:48 +0000 Subject: [PATCH] Javadoc error. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@140 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java index f6e2312..db4ef5f 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java @@ -33,7 +33,7 @@ public interface XmlaOlap4jCache { * if there are no cached response corresponding to the SOAP * message and the URL. * - * @param name The connection unique name which called this cache. + * @param id The connection unique name which called this cache. * @param url The URL where the SOAP message was sent. * @param request The SOAP complete message. * @throws XmlaOlap4jInvalidStateException This internal exception gets thrown @@ -53,7 +53,7 @@ public byte[] get( * Adds a SOAP response to the cache. It has to be relative to the * URL of the SOAP service. * - * @param name The connection unique name which called this cache. + * @param id The connection unique name which called this cache. * @param url The URL of the SOAP endpoint. * @param request The full SOAP message from which we want to cache its * response.