Renamed terminators

This commit is contained in:
Willem Cazander 2022-11-07 20:50:55 +01:00
parent 0886d6eac9
commit 39b66404dd
88 changed files with 1014 additions and 1011 deletions

View file

@ -2,16 +2,16 @@ package love.distributedrebirth.numberxd.base2t;
import java.util.Collection;
import love.distributedrebirth.numberxd.base2t.part.T008PartOctal;
import love.distributedrebirth.numberxd.base2t.part.T008;
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
/**
* Appender model for Octals.
*/
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public final class BaseAppenderOctal extends BaseAppenderAdapter<T008PartOctal> {
public final class BaseAppenderOctal extends BaseAppenderAdapter<T008> {
public BaseAppenderOctal(Collection<T008PartOctal> collection) {
public BaseAppenderOctal(Collection<T008> collection) {
super(collection);
}
}