Skip to content

Commit

Permalink
Make the constructor of DeprecatedCensusConstants private.
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Aug 29, 2018
1 parent d3f911e commit f10a2e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ public final class DeprecatedCensusConstants {
public static final MeasureLong RPC_SERVER_RESPONSE_COUNT =
RpcMeasureConstants.RPC_SERVER_RESPONSE_COUNT;

DeprecatedCensusConstants() {}
private DeprecatedCensusConstants() {}
}

0 comments on commit f10a2e6

Please sign in to comment.