Fixed a possible NPE potential.
This commit is contained in:
parent
999568c5da
commit
8e933bacbf
@ -43,8 +43,7 @@ public class UnixSocketSyslog extends AbstractSyslog {
|
||||
|
||||
@Override
|
||||
protected List getFieldOrder() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return Collections.emptyList();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user