Skip to content

Commit 3fc803c

Browse files
committed
simple update
1 parent 0462336 commit 3fc803c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/main/java/it/eng/dome/billing/proxy/client/InvoicingServiceApiClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import org.slf4j.LoggerFactory;
55
import org.springframework.beans.factory.annotation.Autowired;
66
import org.springframework.beans.factory.annotation.Value;
7-
import org.springframework.http.HttpEntity;
8-
import org.springframework.http.HttpHeaders;
97
import org.springframework.http.MediaType;
108
import org.springframework.http.ResponseEntity;
119
import org.springframework.stereotype.Service;

src/main/java/it/eng/dome/billing/proxy/service/BillsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class BillsService {
3333
/**
3434
* Calls the Invoicing Service for getting info.
3535
*
36-
* @return
36+
* @return Info
3737
* @throws Exception
3838
*/
3939
public Info getInfoInvoicingService() throws Exception {

0 commit comments

Comments
 (0)