Remove 1.5ism Boolean.parseBoolean().
This commit is contained in:
@@ -164,7 +164,7 @@ public class GetdownAppletConfig
|
|||||||
}
|
}
|
||||||
|
|
||||||
String direct = getParameter(DIRECT, "false");
|
String direct = getParameter(DIRECT, "false");
|
||||||
invokeDirect = Boolean.parseBoolean(direct);
|
invokeDirect = Boolean.valueOf(direct);
|
||||||
|
|
||||||
String redirectURL = getParameter(REDIRECT_ON_FINISH);
|
String redirectURL = getParameter(REDIRECT_ON_FINISH);
|
||||||
if (redirectURL != null) {
|
if (redirectURL != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user