You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @return of the method net.sf.freecol.server.model.ServerRegion.containsCenter(ServerRegion)
says True if the center of the other region is within this one.
The "one" in the statement refers to the receiver.
The generated condition is target==1.
The text was updated successfully, but these errors were encountered:
The
@return
of the methodnet.sf.freecol.server.model.ServerRegion.containsCenter(ServerRegion)
says
True if the center of the other region is within this one.
The "one" in the statement refers to the receiver.
The generated condition is
target==1
.The text was updated successfully, but these errors were encountered: