[java-shib-common COMMIT] /branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBa...

noreply at shibboleth.net noreply at shibboleth.net
Thu Aug 15 22:07:15 EDT 2013


Author: scantor
Date: Thu Aug 15 22:07:15 2013
New Revision: 1086

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1086&view=rev
Log:
Change fixes mvn site target.

Modified:
    branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBasedStorageService.java

Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBasedStorageService.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBasedStorageService.java?rev=1086&r1=1085&r2=1086&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBasedStorageService.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/util/EventingMapBasedStorageService.java Thu Aug 15 22:07:15 2013
@@ -84,7 +84,7 @@
         }
         
         if(store.containsKey(partition)){
-            return this.new PartitionEntryIterator(partition);
+            return new PartitionEntryIterator(partition);
         }
         
         return null;
@@ -92,7 +92,7 @@
 
     /** {@inheritDoc} */
     public Iterator<String> getPartitions() {
-        return this.new PartitionIterator();
+        return new PartitionIterator();
     }
 
     /** {@inheritDoc} */



More information about the commits mailing list