Skip to content

Commit

Permalink
Javadoc error.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@140 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Jan 14, 2009
1 parent ef4594d commit c67dc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit c67dc06

Please sign in to comment.