Added @SuppressWarnings annotation and reseted readme.md in hawkbit parent

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-05-06 16:08:16 +02:00
parent a18bd9ac21
commit 205216f7dd
10 changed files with 49 additions and 45 deletions

View File

@@ -28,6 +28,8 @@ import org.springframework.context.annotation.Import;
@EnableMgmtApi
@EnableDdiApi
@EnableSystemApi
// Exception squid:S1118 - Spring boot standard behavior
@SuppressWarnings({ "squid:S1118" })
public class Start {
/**