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

Commit 2df1cc43 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 ccf6947e 865a1bbf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ public class VpnTest extends AndroidTestCase {

    private void testVpnType(VpnType type) {
        assertFalse(TextUtils.isEmpty(type.getDisplayName()));
        assertNotNull(type.getDescription());
        assertNotNull(type.getProfileClass());
    }

+0 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ public enum VpnType {
        return mDescriptionId;
    }

    public String getDescription() {
        return "";
    }

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