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

Commit 93a3f134 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I42a80783 into eclair

* changes:
  Remove deprecated VpnType.getDescription().
parents 78394204 baf911d7
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -49,10 +49,6 @@ public enum VpnType {
        return mDescriptionId;
        return mDescriptionId;
    }
    }


    public String getDescription() {
        return "";
    }

    public Class<? extends VpnProfile> getProfileClass() {
    public Class<? extends VpnProfile> getProfileClass() {
        return mClass;
        return mClass;
    }
    }