Skip to content

Commit 67a13ac

Browse files
committed
fix(doc): fix word typo in doc
Signed-off-by: Teclib <skita@teclib.com>
1 parent deb61dc commit 67a13ac

File tree

1 file changed

+3
-2
lines changed
  • inventory/src/main/java/org/flyve/inventory/categories

1 file changed

+3
-2
lines changed

inventory/src/main/java/org/flyve/inventory/categories/Networks.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class Networks extends Categories {
8080

8181
/**
8282
* Indicates whether some other object is "equal to" this one
83-
* @param Object obj the reference object with which to compare
83+
* @param @Object obj the reference object with which to compare
8484
* @return boolean true if the object is the same as the one given in argument
8585
*/
8686
@Override
@@ -365,6 +365,7 @@ private boolean isConnectedToWifi() {
365365
}
366366
return networkInfo.isConnected();
367367
}
368+
368369
}
369370

370371

@@ -390,7 +391,7 @@ public String getDescription() {
390391
} catch(Exception ex){
391392
InventoryLog.e(InventoryLog.getMessage(context, CommonErrorType.NETWORKS_DESCRIPTION, ex.getMessage()));
392393
}
393-
394+
394395
//change name
395396
name = NO_DECSRIPTION_PROVIDED;
396397

0 commit comments

Comments
 (0)