Skip to content

Commit f8f6b77

Browse files
committed
Fix typo in CohQL help for validate snapshot. (ce-main -> ce-2409@112252)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.09/": change = 112253]
1 parent 5bc56a9 commit f8f6b77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prj/coherence-core/src/main/java/com/tangosol/coherence/dslquery/statement/persistence/ValidateSnapshotStatementBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
package com.tangosol.coherence.dslquery.statement.persistence;
88

@@ -76,9 +76,9 @@ public String getDescription()
7676
+ "name and service name. When a directory name is not supplied, the\n"
7777
+ "snapshot directory information is retrieved via the operational configuration.\n"
7878
+ "Verbose mode provides more detailed information regarding the contents of the\n"
79-
+ "snapshot at the cost of increased execution time and resouce usage.\n"
79+
+ "snapshot at the cost of increased execution time and resource usage.\n"
8080
+ "Note: the relevant operational and cache configuration pertaining\n"
81-
+ "to the cluster and services to be valdiated must be available to be loaded.";
81+
+ "to the cluster and services to be validated must be available to be loaded.";
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)