NX01: Removed some javadoc warnings.
This commit is contained in:
parent
5fcb5289c8
commit
960740d52c
42 changed files with 54 additions and 13 deletions
|
|
@ -62,6 +62,7 @@ import love.distributedrebirth.nx01.warp.fault.FaultBeanInterrupted;
|
|||
import love.distributedrebirth.nx01.warp.fault.FaultStreamDelegate;
|
||||
import love.distributedrebirth.nx01.warp.fault.FaultStreamInterrupted;
|
||||
|
||||
/// Local 'npm drives' hyper file system support.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public class HyperLocalFileSystem implements HyperFileSystem {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
|
||||
|
||||
/// Local drives argument command structural text.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum HyperLocalDriveCommand {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ import java.util.HashMap;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/// Local drive info result.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public final class HyperLocalDriveInfo extends HyperLocalDriveResult {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
|
||||
|
||||
/// Drive info information line markers.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum HyperLocalDriveInfoLine {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
|
||||
|
||||
/// Local drive result.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public class HyperLocalDriveResult {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
|
||||
|
||||
/// Resulting drive identifier of touched hyper drive.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public final class HyperLocalDriveTouch extends HyperLocalDriveResult {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue