doc fixes
This commit is contained in:
parent
a354191c58
commit
b1db354fb8
|
@ -80,9 +80,9 @@ public class NetFlags {
|
||||||
NetFlags.CONN_RAW | NetFlags.CONN_UNIX;
|
NetFlags.CONN_RAW | NetFlags.CONN_UNIX;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param flags network inteface flags.
|
* @param flags network interface flags.
|
||||||
* @return String representation of network inteface flags.
|
* @return String representation of network interface flags.
|
||||||
* @see net.hyperic.sigar.NetIfconfig#getFlags
|
* @see net.hyperic.sigar.NetInterfaceConfig#getFlags
|
||||||
*/
|
*/
|
||||||
public static String getIfFlagsString(long flags) {
|
public static String getIfFlagsString(long flags) {
|
||||||
String retval = "";
|
String retval = "";
|
||||||
|
|
Loading…
Reference in New Issue