1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Index: libjaba-client-java-0+dfsg/compbio/metadata/RunnerConfig.java
===================================================================
--- libjaba-client-java-0+dfsg.orig/compbio/metadata/RunnerConfig.java 2010-11-18 15:37:12.000000000 +0100
+++ libjaba-client-java-0+dfsg/compbio/metadata/RunnerConfig.java 2011-10-22 09:06:15.465134107 +0200
@@ -28,7 +28,6 @@
import javax.xml.bind.annotation.XmlTransient;
import compbio.util.SysPrefs;
-import compbio.util.annotation.NotThreadSafe;
/**
* The list of {@link Parameter}s and {@link Option}s supported by executable.
@@ -41,7 +40,6 @@
* type of an Executable
*/
@XmlRootElement
-@NotThreadSafe
public class RunnerConfig<T> {
/*
|