Skip to content

Commit

Permalink
MONDRIAN: Formatting.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 13083]
  • Loading branch information
julianhyde committed Oct 4, 2009
1 parent b324928 commit be87f83
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/main/mondrian/gui/SchemaExplorer.java
Expand Up @@ -3491,9 +3491,9 @@ this, getResourceConverter().getString(
}

protected void addCalcMemberPropToCalcMember(
MondrianGuiDef.CalculatedMember calcMember,
int parentIndex,
TreePath tpath)
MondrianGuiDef.CalculatedMember calcMember,
int parentIndex,
TreePath tpath)
{
MondrianGuiDef.CalculatedMemberProperty property =
new MondrianGuiDef.CalculatedMemberProperty();
Expand Down Expand Up @@ -3532,11 +3532,10 @@ protected void addCalcMemberPropToCalcMember(
}

protected void addCalcMemberPropToMeasure(
MondrianGuiDef.Measure measure,
int parentIndex,
TreePath tpath)
MondrianGuiDef.Measure measure,
int parentIndex,
TreePath tpath)
{

MondrianGuiDef.CalculatedMemberProperty property =
new MondrianGuiDef.CalculatedMemberProperty();
property.name = "";
Expand Down

0 comments on commit be87f83

Please sign in to comment.