mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Spark-1812 (#225)
This commit is contained in:
@ -773,6 +773,7 @@ public class VCardManager {
|
||||
VCardProvider provider = new VCardProvider();
|
||||
parser.setInput(in);
|
||||
parser.next(); // progress past the first start tag.
|
||||
parser.next();
|
||||
VCard vcard = provider.parse(parser);
|
||||
|
||||
// Check to see if the file is older 10 minutes. If so, reload.
|
||||
|
||||
Reference in New Issue
Block a user