Skip to content

Commit

Permalink
KOGITO-9415 Fixed sonar warning
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Jul 11, 2023
1 parent ad135a7 commit 5b79650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@GrpcService
public class GreeterService extends GreeterGrpc.GreeterImplBase {

public static final String[] SUPPORTED_LANGUAGES = { "English", "Spanish" };
protected static final String[] SUPPORTED_LANGUAGES = { "English", "Spanish" };

public static void main(String[] args) throws IOException, InterruptedException {
Server server = buildServer(Integer.getInteger("grpc.port", 50051));
Expand Down

0 comments on commit 5b79650

Please sign in to comment.