Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
   Fixed PinSet link reference in javadoc.

[git-p4: depot-paths = "//open/mondrian/": change = 8925]
  • Loading branch information
Richard Emberson committed Mar 22, 2007
1 parent d210b36 commit 3bf2a11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/mondrian/rolap/agg/AggregationManager.java
Expand Up @@ -375,9 +375,11 @@ public PinSet createPinSet() {
}

/**
* Implementation of {@link PinSet} using a {@link HashSet}.
* Implementation of {@link RolapAggregationManager.PinSet}
* using a {@link HashSet}.
*/
public static class PinSetImpl extends HashSet<Segment> implements PinSet {
public static class PinSetImpl extends HashSet<Segment>
implements RolapAggregationManager.PinSet {
}
}

Expand Down

0 comments on commit 3bf2a11

Please sign in to comment.