Added comment

This commit is contained in:
M66B
2023-12-14 07:55:07 +01:00
parent 9f98146dc4
commit 8b0cb299c3

View File

@@ -83,6 +83,7 @@ public class JsonLd {
if (!HTTP_SCHEMA_ORG.equals(jcontext) &&
!HTTPS_SCHEMA_ORG.equals(jcontext)) {
Log.e("JSON-LD " + jcontext + "?=" + jtype);
// Organization, PromotionCard, DiscountOffer
return null;
}