Fix Ethernet documentation.

1. Remove incorrect @return tag for void function.
2. Fix build breakage by removing the reference to
   #ETHERNET_SERVICE, which is hidden.

Change-Id: Ia893464bafc8257e48e0bd710d27954b535fcece
(cherry picked from commit ff7e406df8a46256e47fff70abc9116ad3f94c23)
This commit is contained in:
Lorenzo Colitti
2014-05-22 11:51:27 -07:00
committed by Jaewan Kim
parent 2edad7a160
commit 7308875a27

View File

@@ -47,7 +47,7 @@ public class EthernetManager {
}
/**
* Get Ethernet configuration
* Get Ethernet configuration.
* @return the Ethernet Configuration, contained in {@link IpConfiguration}.
*/
public IpConfiguration getConfiguration() {
@@ -61,8 +61,7 @@ public class EthernetManager {
}
/**
* Set Ethernet configuration
* @return true if setting success
* Set Ethernet configuration.
*/
public void setConfiguration(IpConfiguration config) {
try {