Le typo fix

This commit is contained in:
Derpen 2023-04-06 08:24:24 +07:00
parent 138bb51997
commit 2b52be04ee

View File

@ -3,7 +3,7 @@ package com.twitter.search.feature_update_service;
final class FeatureUpdateServiceThriftServerMain {
private FeatureUpdateServiceThriftServerMain() {
// 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) {