epugh commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978178058


##########
solr/core/src/java/org/apache/solr/packagemanager/RepositoryManager.java:
##########
@@ -71,15 +71,16 @@ public RepositoryManager(HttpSolrClient solrClient, 
PackageManager packageManage
     this.solrClient = solrClient;
   }
 
-  public List<SolrPackage> getPackages() {
-    List<SolrPackage> list = new ArrayList<>(getPackagesMap().values());
+  public List<org.apache.solr.packagemanager.SolrPackage> getPackages() {

Review Comment:
   oh wow...    I see the problem with SolrPackage...   Is it a Bean?  Is it a 
class?    Too bad we don't have 
`o.a.s.client.solrj.request.beans.SolrPackageBean` as a existing naming 
pattern...   Was taht a thing at one time?



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to