fixed typo
This commit is contained in:
parent
b384c08972
commit
8cd17acfe9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue