We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07015da commit e834370Copy full SHA for e834370
system/cache/store/indexers/MetadataIndexer.cfc
@@ -144,8 +144,7 @@ component accessors="true" {
144
145
throw(
146
type = "InvalidProperty",
147
- message = "Invalid property requested: #arguments.property#",
148
- detail = "Valid properties are: #structKeyList( metadata )#"
+ message = "Invalid property requested: [#arguments.property#]. Valid properties are: [#structKeyList( metadata )#]"
149
);
150
}
151
@@ -176,8 +175,8 @@ component accessors="true" {
176
175
* Get an array of sorted keys for this indexer according to parameters
177
*
178
* @objectKey
179
- * @property
180
- * @value
+ * @property
+ * @value
181
*/
182
array function getSortedKeys(
183
required property,
0 commit comments