Skip to content

Commit 2ca67a3

Browse files
committed
Update ApiService.java
1 parent 98c16b5 commit 2ca67a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bulletinfotech/licitacao/service/ApiService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ public class ApiService {
66
public static void connectToPortalApi(String portal, String token) {
77
// TODO: Implement actual connection to portal's API
88
System.out.println("Connecting to API of portal: " + portal);
9-
}
9+
}
1010
}

0 commit comments

Comments
 (0)