Skip to content

Commit 42f3337

Browse files
committed
Modified method with more appropriate access level.
1 parent 967168d commit 42f3337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-core/src/main/java/org/biojava/nbio/core/search/io

biojava-core/src/main/java/org/biojava/nbio/core/search/io/Hit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public int hashCode(){
5555
* @return null if hsp does not contain alignment information.
5656
* @return an hashcode representing all hsp
5757
*/
58-
public String getHspsHashString(){
58+
String getHspsHashString(){
5959
String cat = ""+hashCode();
6060
if (hsps != null){
6161
for (Hsp h: hsps){

0 commit comments

Comments
 (0)