Description
During translation of QueueInfo,
TypeConverter.java:435 : queueInfo.toString(), QueueState.RUNNING,
ought to be
queueInfo.toString(), QueueState.getState(queueInfo.getQueueState().toString().toLowerCase()),
During translation of QueueInfo,
TypeConverter.java:435 : queueInfo.toString(), QueueState.RUNNING,
ought to be
queueInfo.toString(), QueueState.getState(queueInfo.getQueueState().toString().toLowerCase()),