Skip to content

Commit

Permalink
Javadoc was useless since this method should be restricted to package…
Browse files Browse the repository at this point in the history
… access only. Reduced visibility and removed useless javadoc links.

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@153 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 23, 2009
1 parent c6e27b1 commit 156558b
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
Expand Down

0 comments on commit 156558b

Please sign in to comment.