Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/org/opencms/main/CmsBroadcast.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public CmsBroadcast(CmsUser sender, String message) {
*
* @param sender the sender of the broadcast
* @param message the message to send
* @param repeat true if message shoul be repeated
* @deprecated use the constructors with the content mode instead
* @param repeat true if message shoul be repeated
* @deprecated use the constructors with the content mode instead
*/
@Deprecated
public CmsBroadcast(CmsUser sender, String message, boolean repeat) {
Expand Down Expand Up @@ -284,4 +284,4 @@ private String htmlForPlain(String message) {
return result;

}
}
}