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() {
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 ;
You can’t perform that action at this time.
0 commit comments