Skip to content

Commit a3ac7f0

Browse files
committed
feat: 删除多余代码
1 parent 4a063c6 commit a3ac7f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.i7606.jigsaw_puzzle</groupId>
55
<artifactId>jigsaw_puzzle</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>0.1.0</version>
77
<build>
88
<plugins>
99
<plugin>

src/main/java/org/i7606/jigsaw_puzzle/window/play/scenes/PlayGameScene.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private void setLayout() {
129129
names.add(null);
130130
}
131131
}
132-
// 取有解的局
133132
do {
134133
Collections.shuffle(names);
135134
}

0 commit comments

Comments
 (0)