update at 2021-04-07 22:21:36 by ehlxr

dev
lixiangrong 2021-04-07 22:21:36 +08:00
parent b83d324c54
commit d8a328c472
1 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@
package io.github.ehlxr.datastructure.linkedlist;
import java.util.Stack;
/**
* @author ehlxr
* @since 2021-04-04 14:19.
@ -162,7 +160,6 @@ class HeroNode2 {
public HeroNode2 next; //指向下一个节点
public HeroNode2 pre;// 指向上一个节点
// 构造器
public HeroNode2(int no, String name, String nickname) {
this.no = no;
this.name = name;