Moved naming like others to support to 999

This commit is contained in:
Willem Cazander 2022-10-25 15:09:02 +02:00
parent 87c119e5e3
commit be5869a88e
84 changed files with 961 additions and 961 deletions

View file

@ -3,15 +3,15 @@ package love.distributedrebirth.numberxd.base2t;
import java.util.Collection;
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
import love.distributedrebirth.numberxd.base2t.part.T08PartOctal;
import love.distributedrebirth.numberxd.base2t.part.T008PartOctal;
/**
* Appender model for Octals.
*/
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public final class BaseAppenderOctal extends BaseAppenderAdapter<T08PartOctal> {
public final class BaseAppenderOctal extends BaseAppenderAdapter<T008PartOctal> {
public BaseAppenderOctal(Collection<T08PartOctal> collection) {
public BaseAppenderOctal(Collection<T008PartOctal> collection) {
super(collection);
}
}