diff options
author | Nick Burch <nick@apache.org> | 2013-08-23 18:42:57 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2013-08-23 18:42:57 +0000 |
commit | c46f0ec2aa720276ffdeaaec4af85730ce7da427 (patch) | |
tree | 29d427ac7d9ecdc0b37a000a61b799ccd12ae043 /src/testcases/org/apache/poi/ss | |
parent | 2cac6664cf1de07268aa2343fd5098151f5a36bb (diff) | |
download | poi-c46f0ec2aa720276ffdeaaec4af85730ce7da427.tar.gz poi-c46f0ec2aa720276ffdeaaec4af85730ce7da427.zip |
Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/ss')
8 files changed, 2 insertions, 22 deletions
diff --git a/src/testcases/org/apache/poi/ss/formula/functions/BaseTestFunctionsFromSpreadsheet.java b/src/testcases/org/apache/poi/ss/formula/functions/BaseTestFunctionsFromSpreadsheet.java index 6993e15f0f..98169a0c3e 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/BaseTestFunctionsFromSpreadsheet.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/BaseTestFunctionsFromSpreadsheet.java @@ -34,8 +34,7 @@ import org.apache.poi.hssf.util.CellReference; import org.apache.poi.ss.usermodel.CellValue;
/**
- * @author Josh Micich
- * @author Cedric Walter at innoveo.com
+ *
*/
public abstract class BaseTestFunctionsFromSpreadsheet extends TestCase {
diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestCountFuncs.java b/src/testcases/org/apache/poi/ss/formula/functions/TestCountFuncs.java index 02992fc5db..7184106dfe 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestCountFuncs.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestCountFuncs.java @@ -41,9 +41,6 @@ import org.apache.poi.ss.util.CellReference; /** * Test cases for COUNT(), COUNTA() COUNTIF(), COUNTBLANK() - * - * @author Josh Micich - * @author Cedric Walter at innoveo.com */ public final class TestCountFuncs extends TestCase { diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestIndexFunctionFromSpreadsheet.java b/src/testcases/org/apache/poi/ss/formula/functions/TestIndexFunctionFromSpreadsheet.java index 6d900e1ef4..214e01536b 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestIndexFunctionFromSpreadsheet.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestIndexFunctionFromSpreadsheet.java @@ -19,9 +19,6 @@ package org.apache.poi.ss.formula.functions; /** * Tests INDEX() as loaded from a test data spreadsheet.<p/> - * - * @author Josh Micich - * @author Cedric Walter at innoveo.com */ public final class TestIndexFunctionFromSpreadsheet extends BaseTestFunctionsFromSpreadsheet { @@ -29,4 +26,4 @@ public final class TestIndexFunctionFromSpreadsheet extends BaseTestFunctionsFr protected String getFilename() { return "IndexFunctionTestCaseData.xls"; } -}
\ No newline at end of file +} diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestIndirectFunctionFromSpreadsheet.java b/src/testcases/org/apache/poi/ss/formula/functions/TestIndirectFunctionFromSpreadsheet.java index b777dca8a7..3d39308c3b 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestIndirectFunctionFromSpreadsheet.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestIndirectFunctionFromSpreadsheet.java @@ -23,8 +23,6 @@ package org.apache.poi.ss.formula.functions; * Tests for bug fixes and specific/tricky behaviour can be found in the corresponding test class
* (<tt>TestXxxx</tt>) of the target (<tt>Xxxx</tt>) implementor, where execution can be observed
* more easily.
- *
- * @author Cédric Walter
*/
public final class TestIndirectFunctionFromSpreadsheet extends BaseTestFunctionsFromSpreadsheet {
diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestLookupFunctionsFromSpreadsheet.java b/src/testcases/org/apache/poi/ss/formula/functions/TestLookupFunctionsFromSpreadsheet.java index 09810a8dc7..76386e9b6c 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestLookupFunctionsFromSpreadsheet.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestLookupFunctionsFromSpreadsheet.java @@ -27,9 +27,6 @@ package org.apache.poi.ss.formula.functions; * Tests for bug fixes and specific/tricky behaviour can be found in the corresponding test class * (<tt>TestXxxx</tt>) of the target (<tt>Xxxx</tt>) implementor, where execution can be observed * more easily. - * - * @author Josh Micich - * @author Cedric Walter at innoveo.com */ public final class TestLookupFunctionsFromSpreadsheet extends BaseTestFunctionsFromSpreadsheet { diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestMatch.java b/src/testcases/org/apache/poi/ss/formula/functions/TestMatch.java index ee6e45c1fa..a2866d4d23 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestMatch.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestMatch.java @@ -32,9 +32,6 @@ import org.apache.poi.ss.usermodel.CellValue; /** * Test cases for MATCH() - * - * @author Josh Micich - * @author Cedric Walter at innoveo.com */ public final class TestMatch extends TestCase { /** less than or equal to */ diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestMatchFunctionsFromSpreadsheet.java b/src/testcases/org/apache/poi/ss/formula/functions/TestMatchFunctionsFromSpreadsheet.java index 29aeec8d1e..725946a9ed 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestMatchFunctionsFromSpreadsheet.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestMatchFunctionsFromSpreadsheet.java @@ -25,8 +25,6 @@ package org.apache.poi.ss.formula.functions; * Tests for bug fixes and specific/tricky behaviour can be found in the corresponding test class
* (<tt>TestXxxx</tt>) of the target (<tt>Xxxx</tt>) implementor, where execution can be observed
* more easily.
- *
- * @author Cédric Walter
*/
public final class TestMatchFunctionsFromSpreadsheet extends BaseTestFunctionsFromSpreadsheet {
diff --git a/src/testcases/org/apache/poi/ss/formula/functions/TestValue.java b/src/testcases/org/apache/poi/ss/formula/functions/TestValue.java index 9c778d7e13..fb18a95a6d 100644 --- a/src/testcases/org/apache/poi/ss/formula/functions/TestValue.java +++ b/src/testcases/org/apache/poi/ss/formula/functions/TestValue.java @@ -26,9 +26,6 @@ import org.apache.poi.ss.formula.eval.ValueEval; /** * Tests for {@link Value} - * - * @author Josh Micich - * @author Cédric Walter */ public final class TestValue extends TestCase { |