#26 - Upgraded to Spring 4.3 and Spring Shell 1.2 RC1.

Removed @Autowired from constructors. Tweaked class setup with Lombok in a variety of places (using @FieldDefaults, @NonNull etc.).
This commit is contained in:
Oliver Gierke
2016-06-18 14:25:07 +02:00
parent 5ac01962e9
commit 3e0e742378
17 changed files with 44 additions and 57 deletions

View File

@@ -20,8 +20,8 @@ import lombok.Value;
@Value
public class SimpleIterationVersion implements IterationVersion {
private final Version version;
private final Iteration iteration;
Version version;
Iteration iteration;
/*
* (non-Javadoc)