Skip to content

Commit

Permalink
Make LegacyReportingUtils final.
Browse files Browse the repository at this point in the history
Co-Authored-By: Ricardo Medeiros <45370285+ricardomedeirosdacostajunior@users.noreply.github.com>
  • Loading branch information
2 people authored and marcphilipp committed Dec 2, 2019
1 parent 5b7a3f0 commit 22d6264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @since 1.0.3
*/
@API(status = MAINTAINED, since = "1.6")
public class LegacyReportingUtils {
public final class LegacyReportingUtils {

private LegacyReportingUtils() {
/* no-op */
Expand Down

0 comments on commit 22d6264

Please sign in to comment.