mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Remove redundant public and abstract modifiers from interfaces (#3560)
* Remove redundant public modifiers from interfaces * Remove redundant abstract modifiers from interfaces Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import org.eclipse.jdt.annotation.Nullable;
|
||||
@TagInfo(id = "Location")
|
||||
public interface Location extends Tag {
|
||||
|
||||
public static String name() {
|
||||
static String name() {
|
||||
return "Location";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user