Skip to content
Snippets Groups Projects
Commit 1754752a authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Checkstyle issues

parent 287cfd37
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ package kieker.diagnosis.service.properties;
/**
* @author Nils Christian Ehmke
*/
public class LogoProperty extends AbstractStringSystemProperty {
public final class LogoProperty extends AbstractStringSystemProperty {
@Override
public String getKey( ) {
......
......@@ -19,7 +19,7 @@ package kieker.diagnosis.service.properties;
/**
* @author Nils Christian Ehmke
*/
public class SplashscreenProperty extends AbstractStringSystemProperty {
public final class SplashscreenProperty extends AbstractStringSystemProperty {
@Override
public String getKey( ) {
......
......@@ -19,7 +19,7 @@ package kieker.diagnosis.service.properties;
/**
* @author Nils Christian Ehmke
*/
public class TitleProperty extends AbstractStringSystemProperty {
public final class TitleProperty extends AbstractStringSystemProperty {
@Override
public String getKey( ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment