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
7cd59db1
Commit
7cd59db1
authored
Jun 04, 2014
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to javadoc build warnings
Some small javadoc fixes to remove warnings during build
parent
6fc5a38a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
HttpSession.java
src/java/org/jivesoftware/openfire/http/HttpSession.java
+1
-1
HttpClientWithTimeoutFeedFetcher.java
...g/jivesoftware/util/HttpClientWithTimeoutFeedFetcher.java
+2
-2
XMPPDateTimeFormat.java
src/java/org/jivesoftware/util/XMPPDateTimeFormat.java
+2
-2
No files found.
src/java/org/jivesoftware/openfire/http/HttpSession.java
View file @
7cd59db1
...
...
@@ -867,7 +867,7 @@ public class HttpSession extends LocalClientSession {
* by the 'requests' attribute in the connection manager's Session Creation Response.
* However the client MAY make one additional request if it is to pause or terminate a session.
*
* @see <a href="http://www.xmpp.org/extensions/xep-0124.html#overactive">overactive</a>
.
* @see <a href="http://www.xmpp.org/extensions/xep-0124.html#overactive">overactive</a>
* @param isPoll true if the session is using polling.
* @throws HttpBindException if the connection has violated a facet of the HTTP binding
* protocol.
...
...
src/java/org/jivesoftware/util/HttpClientWithTimeoutFeedFetcher.java
View file @
7cd59db1
...
...
@@ -208,7 +208,7 @@ public class HttpClientWithTimeoutFeedFetcher extends AbstractFeedFetcher {
* @param urlStr
* @param method
* @param feed
* @return
* @return
SyndFeedInfo
* @throws MalformedURLException
*/
private
SyndFeedInfo
buildSyndFeedInfo
(
URL
feedUrl
,
String
urlStr
,
HttpMethod
method
,
SyndFeed
feed
,
int
statusCode
)
throws
MalformedURLException
{
...
...
@@ -253,7 +253,7 @@ public class HttpClientWithTimeoutFeedFetcher extends AbstractFeedFetcher {
/**
* @param urlStr
* @param method
* @return
* @return
SyndFeed or None
* @throws IOException
* @throws HttpException
* @throws FetcherException
...
...
src/java/org/jivesoftware/util/XMPPDateTimeFormat.java
View file @
7cd59db1
...
...
@@ -158,7 +158,7 @@ public class XMPPDateTimeFormat {
* CCYY-MM-DDThh:mm:ss.sssZ
*
* @param date
* @return
* @return
String
*/
public
static
String
format
(
Date
date
)
{
return
FAST_FORMAT
.
format
(
date
);
...
...
@@ -170,7 +170,7 @@ public class XMPPDateTimeFormat {
* CCYYMMDDThh:mm:ss
*
* @param date
* @return
* @return
String
*/
public
static
String
formatOld
(
Date
date
)
{
return
FAST_FORMAT_OLD
.
format
(
date
);
...
...
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