Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 28, 2024
1 parent 2cc03d0 commit f20c95f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ protected void openConnections() throws Exception {
server1.start();
}

/*
* tests the times retrieved via the Time protocol implementation.
/**
* Tests the times retrieved via the Time protocol implementation.
*/
public void testCompareTimes() throws Exception {
openConnections();
Expand Down Expand Up @@ -97,8 +97,8 @@ public void testCompareTimes() throws Exception {
assertTrue(Math.abs(time2 - clientTime2) < 5000);
}

/*
* tests the constant basetime used by TimeClient against tha computed from Calendar class.
/**
* Tests the constant basetime used by TimeClient against tha computed from Calendar class.
*/
public void testInitial() {
final TimeZone utcZone = TimeZone.getTimeZone("UTC");
Expand Down

0 comments on commit f20c95f

Please sign in to comment.