make method accessible

dbus-notify
Zlatin Balevsky 2022-08-05 00:23:31 +01:00
parent fcf290573a
commit b607e8360c
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ abstract class MuLink {
}
private boolean verify() {
protected boolean verify() {
ByteArrayOutputStream baos = new ByteArrayOutputStream()
baos.write(infoHash.getRoot())