148149150151152153154155
/** END CRITICAL SECTION */ return result; } else{ throw new MalformedCommandOPEN(command); } }
182183184185186187188189
else{ commandQueue.addLowLevel(command); } } else{ throw new MalformedCommandOPEN(command); } }