Skip to content

Commit

Permalink
refactoring final
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Sep 30, 2017
1 parent 64c31d2 commit cc87d99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .codeclimate.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void doGet(HttpRequest request, HttpResponse response) {
String result;
switch (request.getPath()) {
case "path1":
// ConInjectar parámetros...
// Injectar parámetros...
try {
int param2 = Integer.parseInt(request.getParams().get("param2"));
result = resource1.method1(request.getParams().get("param"), param2);
Expand Down

0 comments on commit cc87d99

Please sign in to comment.