Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6186d49 authored by TChardeur's avatar TChardeur
Browse files

Enclosed in quotes string of uri in FollowNSULinkRemoteOperation.java

parent 819d6f5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ public class FollowNSULinkRemoteOperation extends RemoteOperation {
        client.getState().addCookie(usernameCookie);
        client.getState().addCookie(tokenCookie);*/

        String url = client.getBaseUri() + /apps/increasestoragebutton/get-redirect-link
        String url = client.getBaseUri() + '/apps/increasestoragebutton/get-redirect-link';
        GetMethod get = new GetMethod(url);
        int status = client.executeMethod(get);