File: strip-annotations.diff

package info (click to toggle)
libjaba-client-java 0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 368 kB
  • ctags: 551
  • sloc: java: 3,332; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 725 bytes parent folder | download
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> {
 
 	/*