Removed unnecessary check
This commit is contained in:
parent
2d1e6f8f50
commit
f4b9d46077
2 changed files with 10 additions and 12 deletions
|
|
@ -204,8 +204,7 @@ public class HalServer {
|
|||
* @param page is the page to register with the server.
|
||||
*/
|
||||
public static void registerExternalPage(String url, HttpPage page){
|
||||
if (httpExternal != null)
|
||||
httpExternal.setPage(url, page);
|
||||
httpExternal.setPage(url, page);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue