dweiss commented on a change in pull request #473:
URL: https://github.com/apache/lucene/pull/473#discussion_r757251854
##########
File path:
lucene/luke/src/java/org/apache/lucene/luke/app/desktop/components/dialog/menubar/AboutDialogFactory.java
##########
@@ -173,15 +172,15 @@ private JPanel footer() {
}
private static final String LUCENE_IMPLEMENTATION_VERSION =
- LucenePackage.get().getImplementationVersion();
+ Version.getPackageImplementationVersion();
Review comment:
Version.getPackageImplementationVersion will always return a non-null
string - an "unknown" string is returned if manifest is not present.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]