docs: Document a few undocumented annotations

This commit is contained in:
NotMyFault
2022-01-04 21:15:45 +01:00
parent ef686af8dd
commit f4658cc668
2 changed files with 9 additions and 3 deletions

View File

@ -235,10 +235,8 @@ public class FaweDelegateSchematicHandler {
Clipboard clip = schematicReader.read();
return new Schematic(clip);
} catch (IOException e3) {
LOGGER.warn("{} | {} : {}", is, is.getClass().getCanonicalName(), e.getMessage());
e.printStackTrace();
LOGGER.warn(
is + " | " + is.getClass().getCanonicalName() + " is not in GZIP format : " + e
.getMessage());
}
}
}