Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
       Correct comment.

[git-p4: depot-paths = "//open/mondrian/": change = 7771]
  • Loading branch information
Richard Emberson committed Sep 25, 2006
1 parent 44d7226 commit 43feb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/BitKey.java
Expand Up @@ -92,7 +92,7 @@ public interface BitKey {
/**
* Returns a <code>BitKey</code> containing all of the bits in this
* <code>BitSet</code> whose corresponding
* bit is set in the specified <code>BitSet</code>.
* bit is NOT set in the specified <code>BitSet</code>.
*/
BitKey andNot(BitKey bitKey);

Expand Down

0 comments on commit 43feb9c

Please sign in to comment.