Skip to content

Commit f2402ed

Browse files
committed
TIKA-4831 - merge the parseGeoGebraXml javadocs
1 parent 8771a88 commit f2402ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/src/main/java/org/apache/tika/parser/geogebra

tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/src/main/java/org/apache/tika/parser/geogebra/GeoGebraParser.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ private static String stripLeadingZeros(String digits) {
304304
* Parses one GeoGebra XML for its text and, if {@code documentMetadata}
305305
* is set, the document metadata. A part that cannot be read or is not
306306
* well-formed is recorded in the metadata and skipped.
307-
*/
308-
/**
307+
*
309308
* @return the icon files of the macros in the XML, in document order
310309
*/
311310
private List<String> parseGeoGebraXml(ZipFile zipFile, ZipArchiveEntry entry,

0 commit comments

Comments
 (0)