Skip to content

Commit

Permalink
Fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Nov 26, 2024
1 parent 3259e35 commit 53586a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,4 @@ private boolean isInvalidErrorReturn(List<String> allowedReturnTypes,
return !allowedReturnTypes.contains(qualifiedParamType);
}
}

private ServiceDeclarationValidator() {
// private constructor
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stdlibFileVersion=1.11.0-20241122-180900-dff344c

# Level 04
stdlibAuthVersion=2.13.0-20241125-094500-d380c71
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457
stdlibJwtVersion=2.14.0-20241125-085500-10a9526
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b

Expand Down

0 comments on commit 53586a6

Please sign in to comment.