Merge change I42a80783 into eclair
* changes: Remove deprecated VpnType.getDescription().
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -49,10 +49,6 @@ public enum VpnType {
|
||||
return mDescriptionId;
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return "";
|
||||
}
|
||||
|
||||
public Class<? extends VpnProfile> getProfileClass() {
|
||||
return mClass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user