Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
7af9e4ce
Commit
7af9e4ce
authored
Sep 15, 2021
by
Piotr Gawron
Browse files
invalid javadocs removed
parent
859dcef4
Changes
3
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/cache/WebPageDownloader.java
View file @
7af9e4ce
...
...
@@ -28,10 +28,6 @@ import lcsb.mapviewer.annotation.services.WrongResponseCodeIOException;
* @author Piotr Gawron
*
*/
/**
* @author Piotr Gawron
*
*/
public
class
WebPageDownloader
{
/**
...
...
checkstyle.xml
View file @
7af9e4ce
...
...
@@ -258,8 +258,8 @@
<property
name=
"allowSamelineMultipleAnnotations"
value=
"true"
/>
</module>
<module
name=
"NonEmptyAtclauseDescription"
/>
<!--
<module name="InvalidJavadocPosition"/>
<module name="JavadocTagContinuationIndentation"/>
<module
name=
"InvalidJavadocPosition"
/>
<!--
<module name="JavadocTagContinuationIndentation"/>
<module name="SummaryJavadoc">
<property name="forbiddenSummaryFragments"
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
...
...
pathvisio/src/main/java/lcsb/mapviewer/wikipathway/xml/ModelToGPML.java
View file @
7af9e4ce
...
...
@@ -710,7 +710,6 @@ public class ModelToGPML {
}
interactions
.
append
(
"LineThickness=\""
+
reaction
.
getLine
().
getWidth
()
+
"\">\n"
);
/** Start and End **/
Reactant
start
=
reaction
.
getReactants
().
get
(
0
);
Product
end
=
reaction
.
getProducts
().
get
(
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment