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

Internal issue number: 2160039
This commit is contained in:
Daisuke Miyakawa
2009-10-08 20:06:16 -07:00
parent 5a016488da
commit c93b88cf5f

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. ////
/**