Skip to content

Commit

Permalink
MONDRIAN: Fixes javadoc warning.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14278]
  • Loading branch information
lucboudreau committed May 17, 2011
1 parent 028297a commit 185dcad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/mondrian/rolap/agg/SegmentCacheWorker.java
Expand Up @@ -274,8 +274,7 @@ public static void put(SegmentHeader header, SegmentBody body) {
* <p>To adjust timeout values, set the
* {@link MondrianProperties#SegmentCacheWriteTimeout} property.
*
* @param header A header to search for in the segment cache.
* @param body The segment body to cache.
* @param header A header to remove in the segment cache.
*/
public static void remove(SegmentHeader header) {
initCache();
Expand Down

0 comments on commit 185dcad

Please sign in to comment.