Skip to content

Commit a0e908f

Browse files
committed
Using copy.
1 parent 1b36415 commit a0e908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeshLibCoreClean2022/src/mesh/Face3D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public int getVertexCount() {
4646

4747
public Face3D(Face3D f) {
4848
this(f.indices);
49-
this.tag = new String(f.tag);
49+
this.tag = String.copyValueOf(f.tag);
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)