Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ccf6519

Browse files
committed
Fixes bug preventing the build of the app
1 parent e436fc4 commit ccf6519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClassySharkWS/src/com/google/classyshark/updater/networking/AbstractDownloader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void checkNewVersion() {
3737
}
3838

3939
@Override
40-
public void onReleaseReceived(Release release) {
40+
public void onReleaseReceived(final Release release) {
4141
if (release.isNewerThan(current)) {
4242
new Thread(new Runnable() {
4343
@Override

0 commit comments

Comments
 (0)