Skip to content
Snippets Groups Projects
Commit 0f0141ab authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

javadoc fixes

parent e3f50fbc
No related branches found
No related tags found
No related merge requests found
...@@ -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 )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment