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

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

Merge change 24499 into eclair

* changes:
  Modify android.syncml.pim so that no one is going to use.
parents 57fc4114 f5269c14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import java.util.Set;
import java.util.Map.Entry;
import java.util.regex.Pattern;

@Deprecated
public class PropertyNode {

    public String propName;
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.syncml.pim;

import java.util.List;

@Deprecated
public interface VBuilder {
    void start();

+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package android.syncml.pim;
import java.util.Collection;
import java.util.List;

@Deprecated
public class VBuilderCollection implements VBuilder {

    private final Collection<VBuilder> mVBuilderCollection;
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import java.util.List;
 * VNode: standy by a vcard instance.
 * PropertyNode: standy by a property line of a card.
 */
@Deprecated
public class VDataBuilder implements VBuilder {
    static private String LOG_TAG = "VDATABuilder"; 
    
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.syncml.pim;

import java.util.ArrayList;

@Deprecated
public class VNode {

    public String VName;
Loading