[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAudi...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 21 02:20:19 EST 2016


Author: tzeller
Date: Thu Jan 21 02:20:19 2016
New Revision: 8082

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8082&view=rev
Log:
Fix Javadoc typo.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAuditLog.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAuditLog.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAuditLog.java?rev=8082&r1=8081&r2=8082&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAuditLog.java	(original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/audit/impl/WriteAuditLog.java	Thu Jan 21 02:20:19 2016
@@ -114,7 +114,7 @@
      * Set the map of logging category to formatting strings for log entries.
      * 
      * <p>A formatting string consists of tokens prefixed by '%' separated by any non-alphanumeric or whitespace.
-     * Tokens can contain any letter or number or a hypen. Anything other than a token, including whitespace, is
+     * Tokens can contain any letter or number or a hyphen. Anything other than a token, including whitespace, is
      * a literal.</p>
      * 
      * @param map map of categories to formatting strings



More information about the commits mailing list