This commit is contained in:
Christian P. MOMON 2023-05-07 11:22:33 +02:00
parent 607135b72e
commit 5cc3f8c634

View file

@ -146,7 +146,7 @@ public class GiteaProber
} }
catch (IOException | ParseException exception) catch (IOException | ParseException exception)
{ {
System.out.println("Error using GiteaAPI: " + exception.getMessage()); System.out.println("ERROR using GiteaAPI: " + exception.getMessage());
} }
} }