Unify brackets for opening blocks with comments
This commit is contained in:
parent
340227016a
commit
79b1eda1ed
28 changed files with 83 additions and 164 deletions
|
|
@ -16,8 +16,7 @@ import btools.router.SearchBoundary;
|
|||
|
||||
public class BRouter {
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length == 2) // cgi-input-mode
|
||||
{
|
||||
if (args.length == 2) { // cgi-input-mode
|
||||
try {
|
||||
String queryString = args[1];
|
||||
int sepIdx = queryString.indexOf('=');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue