We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c16b5 commit 2ca67a3Copy full SHA for 2ca67a3
src/main/java/com/bulletinfotech/licitacao/service/ApiService.java
@@ -6,5 +6,5 @@ public class ApiService {
6
public static void connectToPortalApi(String portal, String token) {
7
// TODO: Implement actual connection to portal's API
8
System.out.println("Connecting to API of portal: " + portal);
9
- }
+ }
10
}
0 commit comments