am c93b88cf: Remove redundant comment. As of now, we cannot guarantee anything toward external developers.

Merge commit 'c93b88cf5fddb30d3f600cee51dc32a1a602a8b1' into eclair-mr2-plus-aosp

* commit 'c93b88cf5fddb30d3f600cee51dc32a1a602a8b1':
  Remove redundant comment. As of now, we cannot guarantee anything toward external developers.
This commit is contained in:
Daisuke Miyakawa
2009-10-08 20:14:13 -07:00
committed by Android Git Automerger

View File

@@ -106,14 +106,6 @@ public class VCardConfig {
*/
public static final int FLAG_USE_QP_TO_PRIMARY_PROPERTIES = 0x10000000;
// Note: if you really want to add additional flag(s) incompatible with the main source tree,
// please use flags from 0x0001000 to 0x00080000.
//
// If we notice we cannot manage flags in just one integer, we'll change this interface and
// create/use a complete class, not just an integer, with similar API (but imcompatible).
//
// Again, please be aware that this API is intentionally hidden ~= unstable!
//// The followings are VCard types available from importer/exporter. ////
/**