Skip to content

Commit 6e9b406

Browse files
foisysandreasprlic
authored andcommitted
Change to wiki page
1 parent 1dc4dfd commit 6e9b406

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_wikis/BioJava:CookBook3:NCBIQBlastService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ public class NCBIQBlastServiceTest {
7474
`   public static void main(String[] args) {`
7575

7676
`       NCBIQBlastService rbw;`
77-
`               NCBIQBlastAlignmentProperties rqb;`
78-
`               NCBIQBlastOutputProperties rof;`
77+
`             NCBIQBlastAlignmentProperties rqb;`
78+
`             NCBIQBlastOutputProperties rof;`
7979
`       InputStream is;`
8080
`       ArrayList`<String>` rid = new ArrayList`<String>`();`
8181
`       String request = "";`

_wikis/BioJava:CookBook3:NCBIQBlastService.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class NCBIQBlastServiceTest {
4545
public static void main(String[] args) {
4646

4747
NCBIQBlastService rbw;
48-
NCBIQBlastAlignmentProperties rqb;
49-
NCBIQBlastOutputProperties rof;
48+
NCBIQBlastAlignmentProperties rqb;
49+
NCBIQBlastOutputProperties rof;
5050
InputStream is;
5151
ArrayList<String> rid = new ArrayList<String>();
5252
String request = "";

0 commit comments

Comments
 (0)