Skip to content

Commit

Permalink
Make field private
Browse files Browse the repository at this point in the history
it has an accessor now, so there's no need to have it be public
  • Loading branch information
ScottDugas committed Jan 5, 2015
1 parent 00b0d1d commit 548e91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
public class AlterTableNode extends DDLStatementNode
{
// The alter table action
public TableElementList tableElementList = null;
private TableElementList tableElementList = null;

/**
* updateStatistics will indicate that we are here for updating the
Expand Down

0 comments on commit 548e91f

Please sign in to comment.