diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:55:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:55:54 +0000 |
commit | 2ae294e606566788f0baf3531c6dcee1b7d30b01 (patch) | |
tree | 0bb89302acbdabc4e48f6ad6b2bb6201a47a0f13 /poi-excelant | |
parent | 27344ca66169f2c99fc418eae3217ab1f613fbd4 (diff) | |
download | poi-2ae294e606566788f0baf3531c6dcee1b7d30b01.tar.gz poi-2ae294e606566788f0baf3531c6dcee1b7d30b01.zip |
use 'its'
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/src/main/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/src/main/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java b/poi-excelant/src/main/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java index b2f9266d76..f996c978df 100644 --- a/poi-excelant/src/main/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java +++ b/poi-excelant/src/main/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java @@ -37,7 +37,7 @@ import org.apache.tools.ant.Task; * <p> * In order to use this tag you must write a class that implements the * {@code IExcelAntWorkbookHandler} interface. After writing the - * class you should package it and it's dependencies into a jar file to + * class you should package it and its dependencies into a jar file to * add as library in your Ant build file. */ public class ExcelAntHandlerTask extends Task { |