Skip to content

Commit

Permalink
Issue # SB-1734 Developement : Code cleaning based on codacy guide li…
Browse files Browse the repository at this point in the history
…ne .
  • Loading branch information
arvindyadav108 committed Feb 21, 2018
1 parent 7436e00 commit 60a88a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service/app/util/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,12 @@ public Environment setEnvironment() {

/**
* Method to get the response id on basis of request path.
* @param path
* @param requestPath
* @return
*/
public static String getResponseId(String path){
public static String getResponseId(String requestPath){

String path = requestPath;
final String ver = "/"+version;
path = path.trim();
StringBuilder builder = new StringBuilder("");
Expand Down

0 comments on commit 60a88a9

Please sign in to comment.