RESOLVED - issue BATCH-444: Remove null check from ExecutionContext#putString
http://jira.springframework.org/browse/BATCH-444
This commit is contained in:
@@ -50,7 +50,6 @@ public class ExecutionContext {
|
||||
|
||||
public void putString(String key, String value) {
|
||||
|
||||
Assert.notNull(value);
|
||||
put(key, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user