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 2e60bd0 commit c8f60d7Copy full SHA for c8f60d7
ContentModerator/ContentModeratorQuickstart/src/main/java/ContentModeratorQuickstart.java
@@ -20,7 +20,7 @@
20
* Run in your favorite IDE or...
21
* To use the command line:
22
* - Make sure Maven is installed: https://maven.apache.org/install.html
23
- * - Run from the ContentModerator folder: mvn compile exec:java -Dexec.cleanupDaemonThreads=false
+ * - Run from the ContentModerator folder: mvn compile exec:java -Dexec.cleanupDaemonThreads=false
24
* - All dependencies will be automatically included. To list them (if desired): mvn dependency:list
25
*
26
* This sample reads two URL images from file, then moderates them. A successful response shows
0 commit comments