Skip to content
Snippets Groups Projects
Commit 00be9f35 authored by Daniel Felipe González Obando's avatar Daniel Felipe González Obando
Browse files

set version to 1.8.0

parent 9082063f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<!-- Project Information --> <!-- Project Information -->
<artifactId>intensity-projection</artifactId> <artifactId>intensity-projection</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -20,6 +20,9 @@ public class SequenceCursor ...@@ -20,6 +20,9 @@ public class SequenceCursor
/** /**
* Creates a cursor for the given sequence {@code seq}. * Creates a cursor for the given sequence {@code seq}.
*
* @param seq
* Sequence.
*/ */
public SequenceCursor(Sequence seq) public SequenceCursor(Sequence seq)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment