Fix checkstyle errors
This commit is contained in:
parent
0f35681674
commit
a68edf0f3d
@ -66,6 +66,6 @@ public class Queen implements Royalty {
|
|||||||
* @return A value which describes if the flirt was successful or not.
|
* @return A value which describes if the flirt was successful or not.
|
||||||
*/
|
*/
|
||||||
public boolean getFlirted(King king) {
|
public boolean getFlirted(King king) {
|
||||||
return this.isFlirty && king.isHappy && !king.isDrunk;
|
return this.isFlirty && king.isHappy && !king.isDrunk;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,8 @@ public class World {
|
|||||||
* Render the next frame. Here we do nothing since it is not related to the
|
* Render the next frame. Here we do nothing since it is not related to the
|
||||||
* pattern.
|
* pattern.
|
||||||
*/
|
*/
|
||||||
private void render() {}
|
private void render() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run game loop.
|
* Run game loop.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user