typos in api jdoc

This commit is contained in:
Florian Nücke 2013-12-14 14:50:46 +01:00
parent e3d1156c85
commit fc72fe0d6d

View File

@ -1,18 +1,18 @@
package li.cil.oc.api.network; package li.cil.oc.api.network;
/** /**
* Possible reachability values foe nodes. * Possible reachability values for nodes.
* <p/> * <p/>
* Since all nodes that are connected are packed into the same network, we want * Since all nodes that are connected are packed into the same network, we want
* some way of controlling what's accessible from where on a low level (to * some way of controlling what's accessible from where on a low level (to
* avoid unnecessary messages and unauthorized access). * avoid unnecessary messages and unauthorized access).
* <p/> * <p/>
* Note that there is a more specific kind of visibility for components. See * Note that there is a more specific kind of visibility for components. See
* `Component` for more details on that. * {@link Component} for more details on that.
*/ */
public enum Visibility { public enum Visibility {
/** /**
* Nodes with this visibility neither receives nor sends messages. * Nodes with this visibility neither receive nor send messages.
* <p/> * <p/>
* Components with this visibility cannot be seen nor reached by computers. * Components with this visibility cannot be seen nor reached by computers.
*/ */