Removed utility package from the dependency diagram

This commit is contained in:
Trustin Lee 2009-04-03 08:27:26 +00:00
parent a96de7590b
commit 7e65f8a9ba

View File

@ -24,5 +24,7 @@
/**
* Simplistic abstract classes which help implement encoder and decoder that
* transform an object into another object and vice versa.
*
* @apiviz.exclude
*/
package org.jboss.netty.handler.codec.oneone;