File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/it/eng/dome/billing/proxy Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 44import org .slf4j .LoggerFactory ;
55import org .springframework .beans .factory .annotation .Autowired ;
66import org .springframework .beans .factory .annotation .Value ;
7- import org .springframework .http .HttpEntity ;
8- import org .springframework .http .HttpHeaders ;
97import org .springframework .http .MediaType ;
108import org .springframework .http .ResponseEntity ;
119import org .springframework .stereotype .Service ;
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments