Skip to content

Commit

Permalink
Update the getColumnMap method's modifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchao committed Dec 5, 2012
1 parent e1f8f66 commit 40de269
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -307,7 +307,7 @@ private List<DimensionHandle> getSharedDimensionHandles( )
return dimensions;
}

private Map<String, List<String>> getColumnMap( )
protected Map<String, List<String>> getColumnMap( )
{
Map<String, List<String>> columnMap = new HashMap<String, List<String>>( );

Expand Down

0 comments on commit 40de269

Please sign in to comment.