Commit ff0349a3 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed Javadoc (JM-309).


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1526 b35dd754-fafc-0310-a699-88a17e54d16e
parent 549c6511
...@@ -3,19 +3,10 @@ ...@@ -3,19 +3,10 @@
* $Revision$ * $Revision$
* $Date$ * $Date$
* *
* Copyright 2004 Jive Software. * Copyright (C) 2004-2005 Jive Software. All rights reserved.
* *
* All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * This software is published under the terms of the GNU Public License (GPL),
* you may not use this file except in compliance with the License. * a copy of which is included in this distribution.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.jivesoftware.messenger.event; package org.jivesoftware.messenger.event;
...@@ -26,7 +17,7 @@ import java.util.Map; ...@@ -26,7 +17,7 @@ import java.util.Map;
/** /**
* Interface to listen for group events. Use the * Interface to listen for group events. Use the
* {@link GroupEventDispatcher#addListener(GroupEventListener)} * {@link UserEventDispatcher#addListener(UserEventListener)}
* method to register for events. * method to register for events.
* *
* @author Matt Tucker * @author Matt Tucker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment