Skip to content

Commit

Permalink
Restricted access modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Nov 14, 2024
1 parent a425c42 commit 8233162
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@
public final class MessageReplyToWhiteboardProvider {

public static final String PID = "in.bytehue.messaging.whiteboard";
public static final String THREAD_NAME_PREFIX = "reply-to-handler";
public static final String THREAD_NAME_SUFFIX = "-%d";

private static final String THREAD_NAME_PREFIX = "reply-to-handler";
private static final String THREAD_NAME_SUFFIX = "-%d";


@interface Config {
boolean storeReplyToChannelInfoIfReceivedInMessage() default true;
Expand Down

0 comments on commit 8233162

Please sign in to comment.