Skip to content

Commit 1213bfa

Browse files
committed
Update exceptions-related javadoc notices in Timestamps.
1 parent 5c47475 commit 1213bfa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/fr/rabian/ovhApi/core/utils/Timestamps.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ private long getCorrectedTime() {
5858

5959
/**
6060
* Updates the diff between system time and OVH time.
61-
*
62-
* @throws Exception From fetching
6361
*/
6462
private void correctTime() {
6563
long time = getOVHTime();
@@ -71,7 +69,6 @@ private void correctTime() {
7169
* Returns timestamp from OVH.
7270
*
7371
* @return Timestamp
74-
* @throws Exception From fetching
7572
*/
7673
private long getOVHTime() {
7774
StringBuffer out = new StringBuffer();
@@ -83,7 +80,6 @@ private long getOVHTime() {
8380
* Returns timestamp (source selected automatically).
8481
*
8582
* @return Timestamp
86-
* @throws Exception From fetching
8783
*/
8884
public long getTime() {
8985
return getTime(AUTO);
@@ -94,7 +90,6 @@ public long getTime() {
9490
*
9591
* @param source Time source (OVH, SYSTEM, AUTO)
9692
* @return Timestamp
97-
* @throws Exception From fetching
9893
*/
9994
public long getTime(int source) {
10095
long time;

0 commit comments

Comments
 (0)