Skip to content

Commit 2bb0271

Browse files
committed
Removing template messages
1 parent 809312e commit 2bb0271

File tree

84 files changed

+3
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3
-339
lines changed

biojava-core/src/main/java/org/biojava/nbio/core/sequence/DataSource.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence;
2622

2723
/**

biojava-core/src/main/java/org/biojava/nbio/core/sequence/features/FeatureInterface.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521

2622
package org.biojava.nbio.core.sequence.features;
2723

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/BufferedReaderBytesRead.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.io;
2622

2723
import java.io.FileReader;

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/RNASequenceCreator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521

2622
package org.biojava.nbio.core.sequence.io;
2723

biojava-core/src/main/java/org/biojava/nbio/core/sequence/storage/FourBitSequenceReader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.storage;
2622

2723
import org.biojava.nbio.core.sequence.AccessionID;

biojava-core/src/main/java/org/biojava/nbio/core/sequence/storage/SequenceAsStringHelper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.storage;
2622

2723
import org.biojava.nbio.core.sequence.Strand;

biojava-core/src/main/java/org/biojava/nbio/core/util/XMLHelper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.util;
2622

2723
import org.w3c.dom.Document;

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/FastaReaderTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.io;
2622

2723
import junit.framework.TestCase;

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankCookbookTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.io;
2622

2723
import org.biojava.nbio.core.sequence.DNASequence;

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
* http://www.biojava.org/
1919
*
2020
*/
21-
/*
22-
* To change this template, choose Tools | Templates
23-
* and open the template in the editor.
24-
*/
2521
package org.biojava.nbio.core.sequence.io;
2622

2723
import static org.junit.Assert.assertNotNull;

0 commit comments

Comments
 (0)