File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/main/java/fr/rabian/ovhApi/core/utils Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ private long getCorrectedTime() {
58
58
59
59
/**
60
60
* Updates the diff between system time and OVH time.
61
- *
62
- * @throws Exception From fetching
63
61
*/
64
62
private void correctTime () {
65
63
long time = getOVHTime ();
@@ -71,7 +69,6 @@ private void correctTime() {
71
69
* Returns timestamp from OVH.
72
70
*
73
71
* @return Timestamp
74
- * @throws Exception From fetching
75
72
*/
76
73
private long getOVHTime () {
77
74
StringBuffer out = new StringBuffer ();
@@ -83,7 +80,6 @@ private long getOVHTime() {
83
80
* Returns timestamp (source selected automatically).
84
81
*
85
82
* @return Timestamp
86
- * @throws Exception From fetching
87
83
*/
88
84
public long getTime () {
89
85
return getTime (AUTO );
@@ -94,7 +90,6 @@ public long getTime() {
94
90
*
95
91
* @param source Time source (OVH, SYSTEM, AUTO)
96
92
* @return Timestamp
97
- * @throws Exception From fetching
98
93
*/
99
94
public long getTime (int source ) {
100
95
long time ;
You can’t perform that action at this time.
0 commit comments