fixed typo

This commit is contained in:
Luca Frosini 2020-12-01 09:57:48 +01:00
parent b384c08972
commit 8cd17acfe9
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class CKANPackage extends CKAN {
}
// To include private item in search result (e.g. listing) a private package must be searchable
// The package it is jsut included in the search and listing results but remain private and cannot be accessed
// The package it is just included in the search and listing results but remain private and cannot be accessed
// if not authorized
if(objectNode.has(PRIVATE_KEY)) {
boolean privatePackage = objectNode.get(PRIVATE_KEY).asBoolean();