Skip to content

Commit

Permalink
Merge pull request #2566 from mercedes-benz/master
Browse files Browse the repository at this point in the history
2 - After OWASP-ZAP Wrapper release: Merge master back into develop [auto-generated]
  • Loading branch information
winzj authored Sep 26, 2023
2 parents 70d6467 + 85bfe37 commit 8520e2f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import java.util.UUID;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import java.nio.file.Path;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

public class User {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.api;

import static org.junit.jupiter.api.Assertions.*;
Expand Down

0 comments on commit 8520e2f

Please sign in to comment.