Skip to content

Commit

Permalink
refactor: remove project info in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 16, 2024
1 parent c728b0d commit a26e1b5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import java.util.Map;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
public class AllayClassSourceLookup extends ClassSourceLookup.ByFirstUrlSource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import java.util.UUID;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
public class AllayCommandSender extends AbstractCommandSender<CommandSender> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import org.allaymc.api.network.ProtocolInfo;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
public class AllayPlatformInfo implements PlatformInfo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import java.util.Map;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
public class AllayPlayerPingProvider implements PlayerPingProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import org.allaymc.api.command.tree.CommandTree;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
public class AllaySparkCommand extends SimpleCommand {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import java.util.stream.Stream;

/**
* Allay Project 08/02/2024
*
* @author IWareQ
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

import java.util.concurrent.atomic.AtomicBoolean;

/**
* Allay Project 10/02/2024
*
/*
* @author IWareQ
*/
public class AllayTickHook extends AbstractTickHook implements TickHook, Task {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import java.util.HashMap;

/**
* Allay Project 10/02/2024
*
* @author IWareQ
*/
public class AllayWorldInfoProvider implements WorldInfoProvider {
Expand Down

0 comments on commit a26e1b5

Please sign in to comment.