Skip to content

Commit

Permalink
MONDRIAN: Fixes Javadoc errors.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14647]
  • Loading branch information
lucboudreau committed Oct 3, 2011
1 parent 4d27778 commit 591faf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/agg/SegmentCacheWorker.java
Expand Up @@ -301,7 +301,7 @@ public static void remove(SegmentHeader header) {
* <p>To adjust timeout values, set the
* {@link MondrianProperties#SegmentCacheWriteTimeout} property.
*
* @param header A region to flush from the segment cache.
* @param region A region to flush from the segment cache.
*/
public static void flush(ConstrainedColumn[] region) {
initCache();
Expand Down
2 changes: 0 additions & 2 deletions src/main/mondrian/rolap/agg/SegmentHeader.java
Expand Up @@ -69,7 +69,6 @@ public class SegmentHeader implements Serializable {

/**
* Base constructor for segment headers.
* @see #forSegment(Segment)
* @param schemaName The name of the schema which this
* header belongs to.
* @param cubeName The name of the cube this segment belongs to.
Expand All @@ -93,7 +92,6 @@ public SegmentHeader(
}
/**
* Base constructor for segment headers.
* @see #forSegment(Segment)
* @param schemaName The name of the schema which this
* header belongs to.
* @param cubeName The name of the cube this segment belongs to.
Expand Down

0 comments on commit 591faf0

Please sign in to comment.