Skip to content

Commit 92cef25

Browse files
committed
Added annotation
1 parent 1d45fc9 commit 92cef25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phase4-peppol-client/src/main/java/com/helger/phase4/peppol/Phase4PeppolSendingReport.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import javax.annotation.Nonnull;
2525
import javax.annotation.Nullable;
26+
import javax.annotation.concurrent.NotThreadSafe;
2627

2728
import com.helger.commons.collection.impl.CommonsArrayList;
2829
import com.helger.commons.collection.impl.ICommonsList;
@@ -61,6 +62,7 @@
6162
* @author Philip Helger
6263
* @since 3.0.5
6364
*/
65+
@NotThreadSafe
6466
public class Phase4PeppolSendingReport
6567
{
6668
// State params

0 commit comments

Comments
 (0)