Merge remote-tracking branch 'eclipse/master' into MECS-1444-CREATE_UNIT_TEST_FOR_ENUM_FIELDS

This commit is contained in:
Kai Zimmermann
2016-01-27 14:58:30 +01:00
107 changed files with 1225 additions and 1210 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>hawkbit-core</artifactId>
<name>hawkBit :: Core</name>

View File

@@ -12,7 +12,7 @@ package org.eclipse.hawkbit.exception;
*
*
*
* Generic Custom Exception to wrap the Runtime and checked exception
* Generic Custom Exception to wrap the Runtime and checked exception
*
*/

View File

@@ -36,7 +36,7 @@ public enum SoftwareModuleFields implements FieldNameProvider {
/**
* The id field.
*/
ID("id"),
ID("id"),
/**
* The metadata.
*/