Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat: First version. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Jul 12, 2023
1 parent a803285 commit 6480f7d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar-plugin.version}</version>
<version>3.9.1.2184</version>
<executions>
<execution>
<id>sca_with_sonar</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/**
*
* @author Antonio Tarricone
*/
class AuthCodeBlockDataTest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

/**
*
* @author Antonio Tarricone
*/
class AuthCodeBlockTest {
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

/**
*
* @author Antonio Tarricone
*/
class SecurityUtilTest {

/**
* Test method for {@link it.pagopa.swclient.mil.idpay.authcode.SecurityUtil#generateRnd()}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
*
* @author Antonio Tarricone
*/
class UtilTest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
*
* @author Antonio Tarricone
*/
class ValidatorTest {
/**
Expand Down

0 comments on commit 6480f7d

Please sign in to comment.