BAEL-4321 fix indentation
This commit is contained in:
parent
2239446285
commit
3c44e7af20
@ -14,8 +14,7 @@ public class TshirtSizeController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value ="convertSize", method = RequestMethod.GET)
|
@RequestMapping(value ="convertSize", method = RequestMethod.GET)
|
||||||
public int convertSize(@RequestParam(value = "label") final String label,
|
public int convertSize(@RequestParam(value = "label") final String label, @RequestParam(value = "countryCode", required = false) final String countryCode) {
|
||||||
@RequestParam(value = "countryCode", required = false) final String countryCode) {
|
|
||||||
return service.convertSize(label, countryCode);
|
return service.convertSize(label, countryCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user