Skip to content

Commit

Permalink
[hotfix][metrics] Make ScopeFormats class final
Browse files Browse the repository at this point in the history
This closes apache#4922.
  • Loading branch information
zentol committed Oct 31, 2017
1 parent 7e101c9 commit 600e9fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* A container for component scope formats.
*/
public class ScopeFormats {
public final class ScopeFormats {

private final JobManagerScopeFormat jobManagerFormat;
private final JobManagerJobScopeFormat jobManagerJobFormat;
Expand Down

0 comments on commit 600e9fc

Please sign in to comment.