File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Bing-Web-Search/includes/quickstarts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Create a new Java project using Maven or your favorite build automation tool. As
38
38
<version >1.4.0</version >
39
39
<configuration >
40
40
<!-- Your comment
41
- Replace the mainClass with the path to your java application.
41
+ Replace the mainClass with the path to your Java application.
42
42
It should begin with com and doesn't require the .java extension.
43
43
For example: com.bingwebsearch.app.BingWebSearchSample. This maps to
44
44
The following directory structure:
@@ -70,7 +70,7 @@ Create a new Java project using Maven or your favorite build automation tool. As
70
70
<archive >
71
71
<manifest >
72
72
<!-- Your comment
73
- Replace the mainClass with the path to your java application.
73
+ Replace the mainClass with the path to your Java application.
74
74
For example: com.bingwebsearch.app.BingWebSearchSample.java.
75
75
This maps to the following directory structure:
76
76
src/main/java/com/bingwebsearch/app/BingWebSearchSample.java.
You can’t perform that action at this time.
0 commit comments