Skip to content

Commit 079b24d

Browse files
committed
PDFBOX-5660: fix javadoc, as suggested by Valery Bokov; closes #347
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929993 13f79535-47bb-0310-9956-ffa450edef68
1 parent b489432 commit 079b24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pdfbox/src/main/java/org/apache/pdfbox/util/filetypedetector/FileTypeDetector.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
/**
2424
* @author Drew Noakes
2525
*
26-
* code taken from https://github.com/drewnoakes/metadata-extractor
26+
* code taken from <a href="https://github.com/drewnoakes/metadata-extractor">metadata-extractor</a>
2727
*
2828
* 2016-01-04
2929
*
3030
* latest commit number 73f1a48
3131
*
32-
* Examines the a file's first bytes and estimates the file's type.
32+
* Examines the file's first bytes and estimates the file's type.
3333
*/
3434
public final class FileTypeDetector
3535
{
@@ -75,7 +75,7 @@ private FileTypeDetector()
7575
}
7676

7777
/**
78-
* Examines the a file's first bytes and estimates the file's type.
78+
* Examines the file's first bytes and estimates the file's type.
7979
* <p>
8080
* Requires a {@link BufferedInputStream} in order to mark and reset the stream to the position
8181
* at which it was provided to this method once completed.

0 commit comments

Comments
 (0)