doc fixes

This commit is contained in:
Doug MacEachern 2004-07-15 00:10:47 +00:00
parent a354191c58
commit b1db354fb8
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ public class NetFlags {
NetFlags.CONN_RAW | NetFlags.CONN_UNIX;
/**
* @param flags network inteface flags.
* @return String representation of network inteface flags.
* @see net.hyperic.sigar.NetIfconfig#getFlags
* @param flags network interface flags.
* @return String representation of network interface flags.
* @see net.hyperic.sigar.NetInterfaceConfig#getFlags
*/
public static String getIfFlagsString(long flags) {
String retval = "";