Skip to content

Commit 7affe5b

Browse files
committed
Update to remove docstring
1 parent b6b0525 commit 7affe5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

biojava-alignment/src/main/java/org/biojava/nbio/alignment/SimpleGapPenalty.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@
3434
*/
3535
public class SimpleGapPenalty implements GapPenalty, Serializable {
3636

37-
/**
38-
*
39-
*/
4037
private static final long serialVersionUID = 3945671344135815456L;
38+
4139
private static int dgop = 10, dgep = 1;
4240

4341
/**

0 commit comments

Comments
 (0)