Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
3e1156e6
Commit
3e1156e6
authored
Jun 24, 2015
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some javadoc warnings found with `ant javadoc` build target
parent
3ede2bc4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ConcurrentGroupMap.java
...a/org/jivesoftware/openfire/group/ConcurrentGroupMap.java
+1
-1
GroupManager.java
src/java/org/jivesoftware/openfire/group/GroupManager.java
+1
-1
LdapManager.java
src/java/org/jivesoftware/openfire/ldap/LdapManager.java
+1
-1
ByteBufferWriter.java
src/java/org/jivesoftware/openfire/nio/ByteBufferWriter.java
+1
-1
PubSubEngine.java
src/java/org/jivesoftware/openfire/pubsub/PubSubEngine.java
+1
-1
No files found.
src/java/org/jivesoftware/openfire/group/ConcurrentGroupMap.java
View file @
3e1156e6
...
...
@@ -32,7 +32,7 @@ public class ConcurrentGroupMap<K, V> extends ConcurrentHashMap<K, V> implement
* is not found in the key list, search the key list for groups and
* look for the JID in each of the corresponding groups.
*
* @param
o
The target, presumably a JID
* @param
key
The target, presumably a JID
* @return True if the target is in the key list, or in any groups in the key list
*/
public
boolean
includesKey
(
Object
key
)
{
...
...
src/java/org/jivesoftware/openfire/group/GroupManager.java
View file @
3e1156e6
...
...
@@ -300,7 +300,7 @@ public class GroupManager {
/**
* Returns the corresponding group if the given JID represents a group.
*
* @param
groupJID
The JID for the group to retrieve
* @param
jid
The JID for the group to retrieve
* @return The group corresponding to the JID, or null if the JID does not represent a group
* @throws GroupNotFoundException if the JID represents a group that does not exist
*/
...
...
src/java/org/jivesoftware/openfire/ldap/LdapManager.java
View file @
3e1156e6
...
...
@@ -2208,7 +2208,7 @@ public class LdapManager {
* Escapes any special chars (RFC 4515) from a string representing
* a search filter assertion value.
*
* @param
input
The input string.
* @param
value
The input string.
*
* @return A assertion value string ready for insertion into a
* search filter string.
...
...
src/java/org/jivesoftware/openfire/nio/ByteBufferWriter.java
View file @
3e1156e6
...
...
@@ -26,7 +26,7 @@ import java.io.Writer;
import
java.nio.charset.CharsetEncoder
;
/**
* Wrapper on a MINA {@link
Byte
Buffer} that extends the Writer class.
* Wrapper on a MINA {@link
Io
Buffer} that extends the Writer class.
*
* @author Gaston Dombia
*/
...
...
src/java/org/jivesoftware/openfire/pubsub/PubSubEngine.java
View file @
3e1156e6
...
...
@@ -1152,7 +1152,7 @@ public class PubSubEngine {
* @param iq
* @param childElement
* @param createElement
* @return
* @return
{@link CreateNodeResponse}
*/
private
CreateNodeResponse
createNodeHelper
(
PubSubService
service
,
IQ
iq
,
Element
childElement
,
Element
createElement
)
{
// Get sender of the IQ packet
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment