[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCac...

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 15 17:21:26 EDT 2013


Author: iay
Date: Fri Mar 15 17:21:26 2013
New Revision: 229

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=229&view=rev
Log:
Correct typo in comment.

Modified:
    trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCacheDurationStageTest.java

Modified: trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCacheDurationStageTest.java
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCacheDurationStageTest.java?rev=229&r1=228&r2=229&view=diff
==============================================================================
--- trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCacheDurationStageTest.java (original)
+++ trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/saml/PullUpCacheDurationStageTest.java Fri Mar 15 17:21:26 2013
@@ -63,7 +63,7 @@
         }
     }
 
-    /** Test that the minimum cache duration is used when the shortest duration is than it. */
+    /** Test that the minimum cache duration is used when the shortest duration is less than it. */
     @Test
     public void testMinCacheDuration() throws Exception {
         ArrayList<DomElementItem> metadataCollection = new ArrayList<DomElementItem>();



More information about the commits mailing list