From 61fb78c65f41d12c3ff17b65fcb4f21491b1065d Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 8 Jan 2009 05:48:10 +0000 Subject: [PATCH] Updated Javadoc group list --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dae4eeca25..26e9c07245 100644 --- a/pom.xml +++ b/pom.xml @@ -307,7 +307,7 @@ -bottom "Copyright © ${project.inceptionYear}-Present ${project.organization.name}. All Rights Reserved." -link http://java.sun.com/javase/6/docs/api/ -group "Low-level data representation" ${project.groupId}.buffer* - -group "Central interface for all I/O operations" ${project.groupId}.channel*:${project.groupId}.group* + -group "Central interface for all I/O operations" ${project.groupId}.channel* -group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap* -group "Reusable I/O event interceptors" ${project.groupId}.handler* -group "Miscellaneous" ${project.groupId}.logging*