jkovalsky commented on code in PR #79:
URL: https://github.com/apache/netbeans-tools/pull/79#discussion_r3241206351
##########
pp3/module/Application/src/Application/Entity/Plugin.php:
##########
@@ -203,4 +203,17 @@ private function sanitizePluginUrl($url) {
return $url;
}
+ public function getVersionsSorted($desc = true) {
Review Comment:
Why do we introduce the _desc_ parameter if we never call this function with
ascending order request?
--
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]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists