buildframework/helium/sf/java/core/src/com/nokia/helium/core/plexus/StreamMultiplexer.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    15 *
    15 *
    16 */
    16 */
    17 package com.nokia.helium.core.plexus;
    17 package com.nokia.helium.core.plexus;
    18 
    18 
    19 import java.util.Vector;
    19 import java.util.Vector;
       
    20 
    20 import org.codehaus.plexus.util.cli.StreamConsumer;
    21 import org.codehaus.plexus.util.cli.StreamConsumer;
    21 
    22 
    22 /**
    23 /**
    23  * Get the line consumed by a set of StreamConsumer.
    24  * Get the line consumed by a set of StreamConsumer.
    24  *
    25  *