Remove redundant modifiers from interfaces (#14843)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2023-04-18 13:07:04 +02:00
committed by GitHub
parent 24adc5aa12
commit 83cbe746d0
174 changed files with 806 additions and 774 deletions

View File

@@ -28,11 +28,11 @@ import org.openhab.binding.benqprojector.internal.BenqProjectorException;
*/
@NonNullByDefault
public interface BenqProjectorConnector {
public static final int TIMEOUT_MS = 5 * 1000;
static final int TIMEOUT_MS = 5 * 1000;
public static final String START = "\r*";
public static final String END = "#\r";
public static final String BLANK = "";
static final String START = "\r*";
static final String END = "#\r";
static final String BLANK = "";
/**
* Procedure for connecting to projector.