< prev index next >

src/java.desktop/share/classes/sun/awt/image/DataBufferNative.java

Print this page

        

@@ -29,11 +29,11 @@
 import java.awt.image.DataBuffer;
 import sun.java2d.SurfaceData;
 import java.awt.Rectangle;
 
 /**
- * This class extends <CODE>DataBuffer</CODE> and allows access to
+ * This class extends {@code DataBuffer} and allows access to
  * native data via the DataBuffer methods.  Note that, unlike other
  * DataBuffer classes, the data is not stored in this class but
  * has been created and stored elsewhere and this class is used
  * merely to access that data.  Note also that this class subclasses
  * from DataBuffer and not from any of the standard subclasses
< prev index next >