File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github. nordstrom.tools/java-utils/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github .nordstrom.tools/java-utils )
1
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.nordstrom.tools/java-utils/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.nordstrom.tools/java-utils )
2
2
3
3
# NORDSTROM JAVA UTILS
4
4
@@ -36,7 +36,7 @@ To maximize usability and configurability, we recommend the following implementa
36
36
* Define each query constant with a property name and a name for each argument (if any).
37
37
* To assist users of your queries, preface their names with a type indicator (** GET** or ** UPDATE** ).
38
38
* Back the query collection with a configuration that implements the ` Settings API ` :
39
- * groupId: com.github. nordstrom.tools
39
+ * groupId: com.nordstrom.tools
40
40
* artifactId: settings
41
41
* className: com.nordstrom.automation.settings.SettingsCore
42
42
* To support execution on multiple endpoints, implement ` getConnection ` with sub-configurations or other dynamic data sources (e.g. - web service).
You can’t perform that action at this time.
0 commit comments