Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Jan 3, 2024
1 parent 67b3674 commit 4f639be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ publishing {
" builder or static method set.\n" +
" "

url = 'https://github.com/oleg-cherednik/jackson-utils'
url = 'https://github.com/oleg-cherednik/json-jackson-impl'
inceptionYear = '2020'

licenses {
Expand All @@ -174,9 +174,9 @@ publishing {
}

scm {
url = 'https://github.com/oleg-cherednik/jackson-utils'
connection = 'scm:https://github.com/oleg-cherednik/jackson-utils.git'
developerConnection = 'scm:git@github.com:oleg-cherednik/jackson-utils.git'
url = 'https://github.com/oleg-cherednik/json-jackson-impl'
connection = 'scm:https://github.com/oleg-cherednik/json-jackson-impl.git'
developerConnection = 'scm:git@github.com:oleg-cherednik/json-jackson-impl.git'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/ru/olegcherednik/json/jackson/ListUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Oleg Cherednik
* @since 22.12.2020
*/
@SuppressWarnings({ "unchecked", "PMD.ShortMethodName" })
@SuppressWarnings("PMD.ShortMethodName")
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public final class ListUtils {

Expand Down

0 comments on commit 4f639be

Please sign in to comment.