--- jsampler/trunk/src/org/jsampler/view/JSChannel.java 2006/08/07 18:01:57 910 +++ jsampler/trunk/src/org/jsampler/view/JSChannel.java 2006/08/07 18:25:58 911 @@ -34,15 +34,15 @@ /** - * This class defines common behaviors for sampler channel. + * This class defines the skeleton of a sampler channel. * @author Grigor Iliev */ public abstract class JSChannel extends JPanel { private SamplerChannelModel model; /** - * Creates a new instance of JSChannel using the specified non-null - * channel model. + * Creates a new instance of JSChannel using the specified + * non-null channel model. * @param model The model to be used by this channel. * @throws IllegalArgumentException If the model is null. */