Commit 68257070 authored by Matthias Betz's avatar Matthias Betz
Browse files

add suppress for warning

parent 36f04277
Pipeline #8507 failed with stage
in 27 seconds
......@@ -29,6 +29,7 @@ public class Copy {
private Copy() {
}
@SuppressWarnings("unchecked")
public static <T extends Copyable> T copy(T original) {
ByteArrayOutputStream out = new ByteArrayOutputStream();
try {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment