Skip to content

Commit

Permalink
changes made in rest controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayvelagala committed Jan 16, 2020
1 parent f6866e1 commit 1026e87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class ReportRestController {
public ResponseEntity<List<StockMasterDto>> addsm(){
//adding
System.out.println("reportRestController1");
System.out.println("reportRestController12");
List<StockMasterDto> lt = new ArrayList<StockMasterDto>();

StockMasterDto st =new StockMasterDto("1", "Ajay", "2000");
Expand Down

0 comments on commit 1026e87

Please sign in to comment.