Skip to content

Commit

Permalink
Fixes a couple of javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Aug 21, 2018
1 parent d952973 commit 965f9cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package org.daisy.dotify.common.splitter;

/**
* Provides a specification for a split point.
* @author Joel Håkansson
*/
public class SplitPointSpecification {
enum Type {
ALL,
Expand Down
1 change: 1 addition & 0 deletions test/org/daisy/dotify/common/io/InterProcessLockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import org.junit.Test;

@SuppressWarnings("javadoc")
public class InterProcessLockTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import org.junit.Test;
import static org.junit.Assert.*;

@SuppressWarnings("javadoc")
public class ConditionalMapperTest {

@Test
Expand Down

0 comments on commit 965f9cb

Please sign in to comment.