We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d45fc9 commit 92cef25Copy full SHA for 92cef25
phase4-peppol-client/src/main/java/com/helger/phase4/peppol/Phase4PeppolSendingReport.java
@@ -23,6 +23,7 @@
23
24
import javax.annotation.Nonnull;
25
import javax.annotation.Nullable;
26
+import javax.annotation.concurrent.NotThreadSafe;
27
28
import com.helger.commons.collection.impl.CommonsArrayList;
29
import com.helger.commons.collection.impl.ICommonsList;
@@ -61,6 +62,7 @@
61
62
* @author Philip Helger
63
* @since 3.0.5
64
*/
65
+@NotThreadSafe
66
public class Phase4PeppolSendingReport
67
{
68
// State params
0 commit comments