ProjectQoSFilter: Remove unnecessarily nested else-block
Change-Id: Icabeaa9cedf50a84da62ab67d24355928fae8fbb
This commit is contained in:
@@ -239,9 +239,9 @@ public class ProjectQoSFilter implements Filter {
|
||||
String path = m.group(1);
|
||||
String cmd = m.group(2);
|
||||
return cmd + " " + path + userName;
|
||||
} else {
|
||||
return req.getMethod() + " " + uri + userName;
|
||||
}
|
||||
|
||||
return req.getMethod() + " " + uri + userName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user