rfscholte commented on a change in pull request #2: [JXR-100] Fix cross
reference generation where there are spaces befor..
URL: https://github.com/apache/maven-jxr/pull/2#discussion_r153211196
##########
File path: maven-jxr/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java
##########
@@ -676,25 +676,6 @@ public final String xrLine( String line, String
packageName, ClassType classType
return buff.toString();
}
- /**
- * Highlight the package in this line.
- *
- * @param line input line
- * @param packageName package name
- * @return input line with linked package
- */
- public final String xrLine( String line, String packageName )
Review comment:
I don't think the removal of this method is part of the issue
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]