Skip to content

Commit

Permalink
MONDRIAN: Switch to present tense grammer for java doc.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 6573]
  • Loading branch information
Benny Chow committed May 14, 2006
1 parent 4ed373f commit 8ba40e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsrc/main/mondrian/test/CompatibilityTest.java
Expand Up @@ -198,7 +198,7 @@ private void checkAxis(String result, String expression) {


/**
* Test that a #null member on a Hiearchy Level of type String can
* Tests that a #null member on a Hiearchy Level of type String can
* still be looked up when case sensitive is off.
*
*/
Expand Down Expand Up @@ -259,7 +259,7 @@ public void testCaseInSensitiveNullMember() {
}

/**
* Test that data in Hiearchy.Level attribute "nameColumn" can be null. This maps
* Tests that data in Hiearchy.Level attribute "nameColumn" can be null. This will map
* to the #null memeber.
*/
public void testNullNameColumn() {
Expand Down

0 comments on commit 8ba40e3

Please sign in to comment.