mark BitField as internal use only
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0f37b58ed
commit
45f209e58c
@ -25,7 +25,7 @@ package org.apache.poi.util;
|
|||||||
* @author Marc Johnson (mjohnson at apache dot org)
|
* @author Marc Johnson (mjohnson at apache dot org)
|
||||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||||
*/
|
*/
|
||||||
|
@Interal
|
||||||
public class BitField
|
public class BitField
|
||||||
{
|
{
|
||||||
private final int _mask;
|
private final int _mask;
|
||||||
|
Loading…
Reference in New Issue
Block a user