Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataViewer_Core_Extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioinformaticDataCompression
BigDataViewer_Core_Extension
Commits
0f0141ab
Commit
0f0141ab
authored
7 years ago
by
Tobias Pietzsch
Browse files
Options
Downloads
Patches
Plain Diff
javadoc fixes
parent
e3f50fbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/bdv/viewer/state/ViewerState.java
+3
-3
3 additions, 3 deletions
src/main/java/bdv/viewer/state/ViewerState.java
with
3 additions
and
3 deletions
src/main/java/bdv/viewer/state/ViewerState.java
+
3
−
3
View file @
0f0141ab
...
@@ -227,7 +227,7 @@ public class ViewerState
...
@@ -227,7 +227,7 @@ public class ViewerState
}
}
/**
/**
* Get the index of the current
source
.
* Get the index of the current
group
.
*/
*/
public
synchronized
int
getCurrentGroup
()
public
synchronized
int
getCurrentGroup
()
{
{
...
@@ -235,7 +235,7 @@ public class ViewerState
...
@@ -235,7 +235,7 @@ public class ViewerState
}
}
/**
/**
* Make the
source
with the given index current.
* Make the
group
with the given index current.
*/
*/
public
synchronized
void
setCurrentGroup
(
final
int
index
)
public
synchronized
void
setCurrentGroup
(
final
int
index
)
{
{
...
@@ -603,7 +603,7 @@ public class ViewerState
...
@@ -603,7 +603,7 @@ public class ViewerState
/**
/**
* Get index of (first) {@link SourceState} that matches the given
* Get index of (first) {@link SourceState} that matches the given
* {@link Source}.
* {@link Source}
or {@code -1} if not found
.
*/
*/
private
int
getSourceIndex
(
final
Source
<
?
>
source
)
private
int
getSourceIndex
(
final
Source
<
?
>
source
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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