You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intidx = placesContent.lastIndexOf("<bookmark" + c, idIndex);//with the whitespace we ensure, that no tags starting with "bookmark" (e.g. bookmarkz) are selected
118
124
if (idx != -1) {
119
125
returnidx;
120
126
}
121
127
}
122
-
thrownewIllegalStateException("File " + PLACES_FILE + " is valid xbel file, but does not contain opening bookmark tag.");
128
+
thrownewIllegalStateException("Found entry id " + id + " in " + PLACES_FILE + ", but it is not a child of <bookmark> tag.");
0 commit comments