mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Annotate getAddress() as NonNull
This commit is contained in:
parent
0003992907
commit
ea87495ffc
@ -111,7 +111,7 @@ public class WebServerHelper {
|
|||||||
return ip;
|
return ip;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable public static String getAddress() {
|
@NonNull public static String getAddress() {
|
||||||
return "http://" + getIpAddress() + ":" + port;
|
return "http://" + getIpAddress() + ":" + port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user