Polishing: fix a number of compiler warnings reported by Eclipse

This commit is contained in:
Andy Wilkinson
2015-09-22 13:30:07 +01:00
parent a38f01f9e5
commit 051ebf3fac
4 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ import lombok.Data;
*/
@Data
@ConfigurationProperties(prefix = "data")
@SuppressWarnings("unused")
public class LombokSimpleDataProperties {
private final String id = "super-id";

View File

@@ -32,6 +32,7 @@ import lombok.Setter;
@Getter
@Setter
@ConfigurationProperties(prefix = "simple")
@SuppressWarnings("unused")
public class LombokSimpleProperties {
private final String id = "super-id";