Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18a75d7

Browse filesBrowse files
luke czaplaluke czapla
authored andcommitted
removed SNAPSHOT from since annotation
1 parent 8a4ffa8 commit 18a75d7
Copy full SHA for 18a75d7

4 files changed

+7-4Lines changed: 7 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/BasePairParameters.java
+1-1Lines 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 {
Collapse file

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

Copy file name to clipboardExpand all lines: biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/MismatchedBasePairParameters.java
+1-1Lines 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 {
Collapse file

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

Copy file name to clipboardExpand all lines: biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/TertiaryBasePairParameters.java
+1-1Lines 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 {
Collapse file

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

Copy file name to clipboardExpand all lines: biojava-structure/src/test/java/org/biojava/nbio/structure/basepairs/TestBasePairParameters.java
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.