Skip to content

Commit

Permalink
MONDRIAN: [MONDRIAN-861] Fixes javadoc errors.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14098]
  • Loading branch information
lucboudreau committed Feb 4, 2011
1 parent 31db852 commit 578a2ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/mondrian/rolap/agg/SegmentCacheWorker.java
Expand Up @@ -240,10 +240,8 @@ public final static Boolean put(SegmentHeader header, SegmentBody body) {
* {@link MondrianProperties#SegmentCacheFailOnError} To adjust
* timeout values, set {@link MondrianProperties#SegmentCacheScanTimeout}
*
* @param header Header to search.
* @return Either a segment body object or null if there
* @return Either a list of header objects or an empty list if there
* was no cache configured or no segment could be found
* for the passed header.
*/
public final static List<SegmentHeader> getSegmentHeaders() {
if (segmentCache != null) {
Expand Down

0 comments on commit 578a2ba

Please sign in to comment.