We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa2127 commit e94d1cfCopy full SHA for e94d1cf
1 file changed
src/main/javadoc/overview.html
@@ -185,8 +185,7 @@ <h2>Parsing the command line arguments</h2>
185
</p>
186
<pre><code>if(cmd.hasOption("t")) {
187
// print the date and time
188
-}
189
-else {
+} else {
190
// print the date
191
}</code></pre>
192
<p>
@@ -235,8 +234,7 @@ <h2>Retrieving the argument value</h2>
235
234
236
if(countryCode == null) {
237
// print default date
238
239
240
// print date for country specified by countryCode
241
242
</section>
0 commit comments