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
89fed97d
Commit
89fed97d
authored
Nov 19, 2015
by
Tom Evans
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #388 from tevans/housekeeping
Support mock testing
parents
1377c51c
37946c58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
SchemaManager.java
src/java/org/jivesoftware/database/SchemaManager.java
+0
-7
SessionData.java
src/java/org/jivesoftware/openfire/commands/SessionData.java
+1
-1
No files found.
src/java/org/jivesoftware/database/SchemaManager.java
View file @
89fed97d
...
...
@@ -70,13 +70,6 @@ public class SchemaManager {
*/
private
static
final
int
DATABASE_VERSION
=
22
;
/**
* Creates a new Schema manager.
*/
SchemaManager
()
{
}
/**
* Checks the Openfire database schema to ensure that it's installed and up to date.
* If the schema isn't present or up to date, an automatic update will be attempted.
...
...
src/java/org/jivesoftware/openfire/commands/SessionData.java
View file @
89fed97d
...
...
@@ -59,7 +59,7 @@ public class SessionData {
*/
private
int
stage
;
p
rotected
SessionData
(
String
sessionid
,
JID
owner
)
{
p
ublic
SessionData
(
String
sessionid
,
JID
owner
)
{
this
.
id
=
sessionid
;
this
.
creationStamp
=
System
.
currentTimeMillis
();
this
.
stage
=
-
1
;
...
...
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