Skip to content

Commit

Permalink
Added annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 6, 2025
1 parent 1d45fc9 commit 92cef25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.annotation.concurrent.NotThreadSafe;

import com.helger.commons.collection.impl.CommonsArrayList;
import com.helger.commons.collection.impl.ICommonsList;
Expand Down Expand Up @@ -61,6 +62,7 @@
* @author Philip Helger
* @since 3.0.5
*/
@NotThreadSafe
public class Phase4PeppolSendingReport
{
// State params
Expand Down

0 comments on commit 92cef25

Please # to comment.