I have a class DAG
which extends another class ARCO
. When I compile it, the prompt reports this warning in two lines:
Note: .\ARCO.java uses unchecked or unsafe operations
Recompile with -Xlint: unchecked for details
What is the problem? (class arco doesnt contains errors)