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 constructor net.sf.freecol.common.networking.ChatMessage(Player,String,boolean) has a @param condition for the third argument Whether this message is private.
But the condition that is generated is target.isPrivate(), referring to the receiver, which this constructor does not have.
This particular @param has no reasonable interpretation as a condition.
The text was updated successfully, but these errors were encountered:
The constructor
net.sf.freecol.common.networking.ChatMessage(Player,String,boolean)
has a@param
condition for the third argumentWhether this message is private.
But the condition that is generated is
target.isPrivate()
, referring to the receiver, which this constructor does not have.This particular
@param
has no reasonable interpretation as a condition.The text was updated successfully, but these errors were encountered: