NX01: Removed some javadoc warnings.

This commit is contained in:
Willem Cazander 2025-10-04 20:42:37 +02:00
parent 5fcb5289c8
commit 960740d52c
42 changed files with 54 additions and 13 deletions

View file

@ -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 {

View file

@ -27,6 +27,7 @@
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
/// Local drives argument command structural text.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public enum HyperLocalDriveCommand {

View file

@ -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 {

View file

@ -27,6 +27,7 @@
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
/// Drive info information line markers.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public enum HyperLocalDriveInfoLine {

View file

@ -27,6 +27,7 @@
package love.distributedrebirth.nx01.redsea.hyper.local.drive;
/// Local drive result.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class HyperLocalDriveResult {

View file

@ -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 {