Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DocExplore
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander BURNETT
DocExplore
Commits
6e8f0d77
Commit
6e8f0d77
authored
3 years ago
by
Alexander BURNETT
Browse files
Options
Downloads
Patches
Plain Diff
Fixed legacy reader monitor
parent
197f2be2
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/org/interreg/docexplore/reader/net/ReaderServerMonitor.java
+4
-4
4 additions, 4 deletions
...g/interreg/docexplore/reader/net/ReaderServerMonitor.java
with
4 additions
and
4 deletions
src/org/interreg/docexplore/reader/net/ReaderServerMonitor.java
+
4
−
4
View file @
6e8f0d77
...
@@ -60,7 +60,7 @@ public class ReaderServerMonitor extends JPanel
...
@@ -60,7 +60,7 @@ public class ReaderServerMonitor extends JPanel
children
.
add
(
new
FileNode
(
parent
,
child
));
children
.
add
(
new
FileNode
(
parent
,
child
));
}
}
public
Enumeration
<
Object
>
children
()
public
Enumeration
children
()
{
{
return
new
Enumeration
<
Object
>()
return
new
Enumeration
<
Object
>()
{
{
...
@@ -94,7 +94,7 @@ public class ReaderServerMonitor extends JPanel
...
@@ -94,7 +94,7 @@ public class ReaderServerMonitor extends JPanel
model
.
reload
(
this
);
model
.
reload
(
this
);
}
}
public
Enumeration
<
Object
>
children
()
public
Enumeration
children
()
{
{
return
new
Enumeration
<
Object
>()
return
new
Enumeration
<
Object
>()
{
{
...
@@ -156,7 +156,7 @@ public class ReaderServerMonitor extends JPanel
...
@@ -156,7 +156,7 @@ public class ReaderServerMonitor extends JPanel
child
.
update
(
model
);
child
.
update
(
model
);
}
}
public
Enumeration
<
Object
>
children
()
public
Enumeration
children
()
{
{
return
new
Enumeration
<
Object
>()
return
new
Enumeration
<
Object
>()
{
{
...
@@ -211,7 +211,7 @@ public class ReaderServerMonitor extends JPanel
...
@@ -211,7 +211,7 @@ public class ReaderServerMonitor extends JPanel
child
.
update
(
model
);
child
.
update
(
model
);
}
}
public
Enumeration
<
Object
>
children
()
public
Enumeration
children
()
{
{
return
new
Enumeration
<
Object
>()
return
new
Enumeration
<
Object
>()
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment