deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaReference (findbugs) and provides no additional functionality
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7900beec3
commit
e31aa190a8
@ -17,7 +17,10 @@
|
||||
|
||||
package org.apache.poi.hssf.util;
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated POI 3.15 beta 3. Use {@link org.apache.poi.ss.util.AreaReference} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public final class AreaReference extends org.apache.poi.ss.util.AreaReference {
|
||||
/**
|
||||
* Create an area ref from a string representation. Sheet names containing special characters should be
|
||||
|
Loading…
Reference in New Issue
Block a user