mirror of https://github.com/apache/poi.git
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
480703f15b
commit
e04a555450
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue