File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/magicdb/magic Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 </contributors >
5353 <properties >
5454 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
55- <maven .compiler.source>1.4 </maven .compiler.source>
56- <maven .compiler.target>1.4 </maven .compiler.target>
55+ <maven .compiler.source>1.6 </maven .compiler.source>
56+ <maven .compiler.target>1.6 </maven .compiler.target>
5757 </properties >
5858
5959 <dependencies >
144144 <configuration >
145145 <!-- Output location of api documentation -->
146146 <outputDirectory >${project.build.directory} /apidocs</outputDirectory >
147+ <detectJavaApiLink >false</detectJavaApiLink >
147148 </configuration >
148149 <executions >
149150 <execution >
Original file line number Diff line number Diff line change 3737 * identifying data from both Input streams that supports {@link InputStream#mark(int) }
3838 * or {@link RandomAccessFile}
3939 *
40- * <p>The following steps should be used to use this library
40+ * <p>The following steps should be used to use this library</p>
4141 * <ul>
4242 * <li>Call one of the constructors to create an instance of the class.</li>
4343 * <li>Call {@link #initLibrary()} to parse the magic text file database </li>
4646 * <li>Call {@link #doneLibrary()} to free allocated resources</li>
4747 *
4848 * </ul>
49- * </p>
5049 *
5150 */
5251public class IdentifierMagicDB
You can’t perform that action at this time.
0 commit comments