Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ private Realms() {}

/**
* Realms with special meanings and "non-standard behavior" (as per {@code
* org.apache.polaris.realms.api.RealmDefinition.RealmStatus}) have to have an ID that starts with
* this prefix.
* org.apache.polaris.persistence.nosql.realms.api.RealmDefinition.RealmStatus}) have to have an
* ID that starts with this prefix.
*/
public static final String SYSTEM_REALM_PREFIX = "::";

Expand Down