Skip to content

Commit e94d1cf

Browse files
committed
Javadoc
1 parent 0aa2127 commit e94d1cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/javadoc/overview.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ <h2>Parsing the command line arguments</h2>
185185
</p>
186186
<pre><code>if(cmd.hasOption("t")) {
187187
// print the date and time
188-
}
189-
else {
188+
} else {
190189
// print the date
191190
}</code></pre>
192191
<p>
@@ -235,8 +234,7 @@ <h2>Retrieving the argument value</h2>
235234

236235
if(countryCode == null) {
237236
// print default date
238-
}
239-
else {
237+
} else {
240238
// print date for country specified by countryCode
241239
}</code></pre>
242240
</section>

0 commit comments

Comments
 (0)