This commit is contained in:
Muhammad Rizqi Assabil 2023-07-17 21:37:51 -05:00 committed by GitHub
commit 5122246718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package com.twitter.search.feature_update_service;
final class FeatureUpdateServiceThriftServerMain { final class FeatureUpdateServiceThriftServerMain {
private FeatureUpdateServiceThriftServerMain() { private FeatureUpdateServiceThriftServerMain() {
// Private constructor to satisfy checkstyle error: // Private constructor to satisfy checkstyle error:
// "Utility classes should not have a public or default constructor)." // "Utility classes should not have a public or default constructor."
} }
public static void main(String[] args) { public static void main(String[] args) {