[springframework-batch] fix build

gil gil at fedoraproject.org
Tue Jun 17 11:59:16 UTC 2014


commit 23a2201a2fd08759e486d9ac79ab28a8df4cc3c4
Author: gil <puntogil at libero.it>
Date:   Tue Jun 17 13:59:05 2014 +0200

    fix build

 ...batch-2.1.9-core-add-missing-beans-method.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/springframework-batch-2.1.9-core-add-missing-beans-method.patch b/springframework-batch-2.1.9-core-add-missing-beans-method.patch
index 9cb769b..71f0a30 100644
--- a/springframework-batch-2.1.9-core-add-missing-beans-method.patch
+++ b/springframework-batch-2.1.9-core-add-missing-beans-method.patch
@@ -1,11 +1,11 @@
 --- spring-batch-core/src/main/java/org/springframework/batch/core/scope/util/PlaceholderTargetSource.java	2012-08-21 10:27:57.000000000 +0200
-+++ spring-batch-core/src/main/java/org/springframework/batch/core/scope/util/PlaceholderTargetSource.java-gil	2014-06-17 13:28:04.909314841 +0200
++++ spring-batch-core/src/main/java/org/springframework/batch/core/scope/util/PlaceholderTargetSource.java-gil	2014-06-17 13:58:04.539076644 +0200
 @@ -162,6 +162,10 @@
  			public Object convertIfNecessary(Object value, Class requiredType) throws TypeMismatchException {
  				return convertIfNecessary(value, requiredType, null);
  			}
 +			
-+			public <T> T convertIfNecessary(Object value, Class<T> requiredType, Field field) throws TypeMismatchException {
++			public <T> T convertIfNecessary(Object value, Class<T> requiredType, java.lang.reflect.Field field) throws TypeMismatchException {
 +				throw new UnsupportedOperationException("Not supported.");
 +			}
  		};


More information about the scm-commits mailing list