CASC-52
switched to the PropertyEditor method which seems to work better.
This commit is contained in:
parent
a7d06fd666
commit
fe8e8d8bb3
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-mock</artifactId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
@ -103,6 +103,6 @@
|
|||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<spring.version>2.0.8</spring.version>
|
||||
<spring.version>2.5.4</spring.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,6 @@ public final class ProxyListEditor extends PropertyEditorSupport {
|
|||
}
|
||||
}
|
||||
|
||||
setValue(proxyChains);
|
||||
setValue(new ProxyList(proxyChains));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue