Puts everywhere brackets
This commit is contained in:
@@ -119,7 +119,9 @@ public final class Api implements IAppEngApi
|
||||
public IGridNode createGridNode( IGridBlock blk )
|
||||
{
|
||||
if ( Platform.isClient() )
|
||||
{
|
||||
throw new IllegalStateException( "Grid features for " + blk + " are server side only." );
|
||||
}
|
||||
|
||||
return new GridNode( blk );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user