Compare commits

...

2 Commits

Author SHA1 Message Date
Muhammad Rizqi Assabil
5daf4e6f74
Merge 2b52be04ee into fb54d8b549 2023-05-22 17:36:32 -05:00
Derpen
2b52be04ee Le typo fix 2023-04-06 08:24:24 +07:00

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) {