Fix a link in ZlibWrapper

This commit is contained in:
kxbmap 2013-01-06 00:29:56 +09:00 committed by Norman Maurer
parent 5526153459
commit cf2fbf7883

View File

@ -25,7 +25,7 @@ public enum ZlibWrapper {
*/
ZLIB,
/**
* The GZIP wrapper as specified in <a href="http://tools.ietf.org/html/rfc1950">RFC 1952</a>.
* The GZIP wrapper as specified in <a href="http://tools.ietf.org/html/rfc1952">RFC 1952</a>.
*/
GZIP,
/**