Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-#8: Fix Javadoc error. #12

Merged
merged 1 commit into from
May 31, 2017
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 @@ -21,7 +21,7 @@ public interface Action {
* this interface are used to operate on an action when the kind of element is unknown at compile
* time. When a visitor is passed to an element's accept method, the visit(XYZ) method most applicable
* to that element is invoked.
* <p/>
*
* WARNING: It is possible that methods will be added to this interface to accommodate new, currently
* unknown, language structures added to future versions of the ActionUnit library. Therefore,
* visitor classes directly implementing this interface may be source incompatible with future
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public static boolean isGivenTypeExpected_ArrayOfExpected_OrIterable(Class<?> ex
/**
* Creates a {@code TestClass} object to mock {@code Parameterized} class's logic
* which cannot be overridden.
* <p/>
* Some IDE(s) (IntelliJ, for instance) treat classes that extend {@code Parameterized}
* runner in a special way. And therefore we have to extend it to allow users to
* use IDE features for parameterized runners.
Expand Down