Skip to content

Commit 20c1539

Browse files
committed
fix modifier order
1 parent 50fded9 commit 20c1539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-clp/src/main/java/com/facebook/presto/plugin/clp/metadata/ClpSchemaTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private Type buildRowType(ClpNode node)
182182
return RowType.from(fields);
183183
}
184184

185-
static private class ClpNode
185+
private static class ClpNode
186186
{
187187
Type type; // Only non-null for leaf nodes
188188
String originalName;

0 commit comments

Comments
 (0)