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

Checkstyle issues

parent ff288fe3
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 8 deletions
......@@ -21,4 +21,4 @@ package kieker.diagnosis.service.properties;
*/
public enum ComponentNames {
SHORT, LONG
}
\ No newline at end of file
}
......@@ -41,4 +41,4 @@ public final class ComponentNamesProperty implements ApplicationProperty<Compone
return ComponentNames.valueOf( aString );
}
}
\ No newline at end of file
}
......@@ -21,4 +21,4 @@ package kieker.diagnosis.service.properties;
*/
public enum OperationNames {
SHORT, LONG
}
\ No newline at end of file
}
......@@ -41,4 +41,4 @@ public final class OperationNamesProperty implements ApplicationProperty<Operati
return OperationNames.valueOf( aString );
}
}
\ No newline at end of file
}
/***************************************************************************
* Copyright 2015-2016 Kieker Project (http://kieker-monitoring.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***************************************************************************/
package kieker.diagnosis.service.properties;
/**
......@@ -17,4 +33,4 @@ public enum Threshold {
return ivPercent;
}
}
\ No newline at end of file
}
......@@ -43,4 +43,4 @@ public final class TimeUnitProperty implements ApplicationProperty<TimeUnit> {
return TimeUnit.valueOf( aString );
}
}
\ No newline at end of file
}
......@@ -41,4 +41,4 @@ public final class TimestampProperty implements ApplicationProperty<TimestampTyp
return TimestampTypes.valueOf( aString );
}
}
\ No newline at end of file
}
/***************************************************************************
* Copyright 2015-2016 Kieker Project (http://kieker-monitoring.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***************************************************************************/
package kieker.diagnosis.service.properties;
/**
......@@ -5,4 +21,4 @@ package kieker.diagnosis.service.properties;
*/
public enum TimestampTypes {
TIMESTAMP, DATE_AND_TIME, DATE, LONG_TIME, SHORT_TIME
}
\ No newline at end of file
}
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