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

Clean up

parent 4ef256ba
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ public interface RequestRepaint ...@@ -33,5 +33,5 @@ public interface RequestRepaint
/** /**
* Repaint as soon as possible. * Repaint as soon as possible.
*/ */
public void requestRepaint(); void requestRepaint();
} }
...@@ -30,5 +30,5 @@ package bdv.viewer; ...@@ -30,5 +30,5 @@ package bdv.viewer;
public interface TimePointListener public interface TimePointListener
{ {
public void timePointChanged( int timePointIndex ); void timePointChanged( int timePointIndex );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment