permanently hidden warning in scala application

后端 未结 10 2298
臣服心动
臣服心动 2021-01-31 14:25

I get the following warning whenever I start my Scala application:

WARN - imported `SVNProperties\' is permanently hidden by definition of object SVNProperties in packag

10条回答
  •  半阙折子戏
    2021-01-31 15:25

    I got this by having circular dependencies. Both my classes were using each other on accident.

提交回复
热议问题