< prev index next >

src/java.desktop/share/classes/com/sun/media/sound/AutoClosingClip.java

Print this page

        

@@ -26,11 +26,11 @@
 package com.sun.media.sound;
 
 import javax.sound.sampled.Clip;
 
 /**
- * Interface for Clip objects that close themselves automatically
+ * Interface for Clip objects that close themselves automatically.
  *
  * @author Florian Bomers
  */
 interface AutoClosingClip extends Clip {
 
< prev index next >