Kaydet (Commit) 21679f7e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326344 Infinite loop is deliberate

Change-Id: Ieeae14607127c442b987afc51f2b59692f5334ca
üst 2f9bd9ac
......@@ -99,6 +99,7 @@ public class TestComponentMain
XAcceptor xAcceptor = Acceptor.create(ctx);
// coverity[loop_top] - deliberate 'infinite' loop.
while( true )
{
System.err.println("waiting for connect...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment