Commit b18d3d87 authored by terrymanu's avatar terrymanu
Browse files

add doc ref for NullBitmap

parent 3f7d74e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ import lombok.Getter;
/**
 * Null bitmap.
 *
 * @see <a href="https://dev.mysql.com/doc/internals/en/null-bitmap.html">NULL-Bitmap</a>
 * 
 * @author zhangyonglun
 */
public final class NullBitmap {