[java-shib-shared] branch main updated: Fix incorrect annotation.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 6 18:16:26 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=9eada0496cb3163deea848f2358f3c50004ea984
The following commit(s) were added to refs/heads/main by this push:
new 9eada049 Fix incorrect annotation.
9eada049 is described below
commit 9eada0496cb3163deea848f2358f3c50004ea984
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 6 14:14:52 2023 -0400
Fix incorrect annotation.
---
shib-networking/src/main/java/net/shibboleth/shared/net/URLBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-networking/src/main/java/net/shibboleth/shared/net/URLBuilder.java b/shib-networking/src/main/java/net/shibboleth/shared/net/URLBuilder.java
index 55b6c655..f2dd8357 100644
--- a/shib-networking/src/main/java/net/shibboleth/shared/net/URLBuilder.java
+++ b/shib-networking/src/main/java/net/shibboleth/shared/net/URLBuilder.java
@@ -277,7 +277,7 @@ public class URLBuilder {
* @return URL built from the given data
*/
// Checkstyle: CyclomaticComplexity OFF
- @Nullable public String buildURL() {
+ @Nonnull public String buildURL() {
final StringBuilder builder = new StringBuilder();
if (!Strings.isNullOrEmpty(scheme)) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list