File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
inventory/src/main/java/org/flyve/inventory/categories Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments