Skip to content

Commit

Permalink
Fixed lack of comments.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@152 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 23, 2009
1 parent d3cda6c commit c6e27b1
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,8 @@ private void setCacheTimeout(int seconds) {
this.cacheTimeout = seconds;
}

/**
* TODO: javadoc required
*
* @param url TODO
* @param request TODO
* @return TODO
/* (non-Javadoc)
* @see org.olap4j.driver.xmla.cache.XmlaOlap4jCache#get(java.lang.String, java.net.URL, byte[])
*/
public byte[] get(
final URL url,
Expand Down Expand Up @@ -173,12 +169,8 @@ public byte[] get(
}
}

/**
* TODO: javadoc required
*
* @param url TODO
* @param request TODO
* @param response TODO
/* (non-Javadoc)
* @see org.olap4j.driver.xmla.cache.XmlaOlap4jCache#put(java.lang.String, java.net.URL, byte[], byte[])
*/
public void put(
final URL url,
Expand Down

0 comments on commit c6e27b1

Please sign in to comment.