public class PortfolioManagerImpl<> implements PortfolioManager {
I seem to have deleted the identifier inside <> which came with the stubs. Can someone tell?
File : qmoney/src/main/java/com/crio/warmup/stock/portfolio/PortfolioManagerImpl.java
public class PortfolioManagerImpl<> implements PortfolioManager {
I seem to have deleted the identifier inside <> which came with the stubs. Can someone tell?
File : qmoney/src/main/java/com/crio/warmup/stock/portfolio/PortfolioManagerImpl.java
You can check it from gitlab.
Hi @NishanthR, I couldn’t find the diamond symbol in the class definition provided in the stubs. As @Kunal suggested, you can check the stub we pulled in the GitLab repo. All the module stubs can be accessed from here