Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private SimpleTypeRegistry() {
// Prevent Instantiation
}

/*
/**
* Tells us if the class passed in is a known common type
* @param clazz The class to check
* @return True if the class is known
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ExternalResourcesTest {
private File badFile;
private File tempFile;

/*
/**
* @throws java.lang.Exception
*/
@BeforeEach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import java.util.List;

/*
/**
* @author Jeff Butler
*/
public class Parameter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import java.util.List;

/*
/**
* @author Jeff Butler
*/
public class Parameter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;

/*
/**
* Test for NPE when using extends.
*
* @author poitrac
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

/*
/**
* @author jjensen
*/
class FooMapperTest {
Expand Down