[java-metadata-aggregator] branch master updated: Field should be final

Ian Young ian at iay.org.uk
Tue May 26 15:18:58 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=abe312d74deca51f87b290469867b69daf62a0f0

The following commit(s) were added to refs/heads/master by this push:
       new  abe312d   Field should be final
abe312d is described below

commit abe312d74deca51f87b290469867b69daf62a0f0
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue May 26 16:18:53 2020 +0100

    Field should be final
---
 aggregator-pipeline/src/main/java/net/shibboleth/metadata/ItemId.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/ItemId.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/ItemId.java
index 162462c..538d84c 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/ItemId.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/ItemId.java
@@ -40,7 +40,7 @@ public class ItemId implements ItemMetadata, Comparable<ItemId> {
     private static final long serialVersionUID = -3907907112463674533L;
 
     /** Unique ID for the Item. */
-    private String id;
+    private final String id;
 
     /**
      * Constructor.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list