Skip to content

Commit 18a75d7

Browse files
luke czaplaluke czapla
authored andcommitted
removed SNAPSHOT from since annotation
1 parent 8a4ffa8 commit 18a75d7

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/BasePairParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* class.
3333
*
3434
* @author Luke Czapla
35-
* @since 5.0.0-snapshot
35+
* @since 5.0.0
3636
*
3737
*/
3838
public class BasePairParameters implements Serializable {

biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/MismatchedBasePairParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* This class allows for finding inter-strand base pairs that are not necessarily canonical Watson-Crick pairs.
1717
* The implementation of findPair is different than that of the base class.
1818
* @author Luke Czapla
19-
* @since 5.0.0-snapshot
19+
* @since 5.0.0
2020
*
2121
*/
2222
public class MismatchedBasePairParameters extends BasePairParameters implements Serializable {

biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/TertiaryBasePairParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* of a base pair so that non-canonical-WC base pairs will be detected and reported. This is useful
1818
* for RNA that has folded into different regions.
1919
* @author Luke Czapla
20-
* @since 5.0.0-snapshot
20+
* @since 5.0.0
2121
*
2222
*/
2323
public class TertiaryBasePairParameters extends BasePairParameters implements Serializable {

biojava-structure/src/test/java/org/biojava/nbio/structure/basepairs/TestBasePairParameters.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
/**
1414
* Contributed to BioJava under it's LGPL
1515
* This class tests the implementations of the search for base pairs for different RCSB structures
16-
* and uses 3DNA as a comparator program.
16+
* and the tests uses 3DNA as a comparator program. (other programs such as CURVES and NEWHELIX exist but
17+
* this implementation is closest to that of 3DNA).
1718
* @author Luke Czapla
19+
* @since 5.0.0
20+
*
1821
*/
1922
public class TestBasePairParameters {
2023

0 commit comments

Comments
 (0)