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:
Javen O'Neal 2016-07-04 18:50:26 +00:00
parent f0f37b58ed
commit 45f209e58c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ package org.apache.poi.util;
* @author Marc Johnson (mjohnson at apache dot org)
* @author Andrew C. Oliver (acoliver at apache dot org)
*/
@Interal
public class BitField
{
private final int _mask;