coverity recommended changes

This commit is contained in:
Jeremy Long
2016-10-23 07:20:24 -04:00
parent e751b7b814
commit 773ac019f8
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ public class AntLoggerAdapter extends MarkerIgnoringBase {
/**
* A reference to the Ant task used for logging.
*/
private Task task;
private transient Task task;
/**
* Constructs an Ant Logger Adapter.