Quellcode durchsuchen

removed warnings

Andreas Mülder vor 12 Jahren
Ursprung
Commit
664774b7d4

+ 1 - 0
plugins/org.yakindu.sct.model.sgraph/src/org/yakindu/sct/model/sgraph/validation/DFS.java

@@ -11,6 +11,7 @@ import java.util.*;
  *
  * @author Axel Terfloth
  */
+@SuppressWarnings("all")
 abstract public class DFS {
 
 	/** Indicates whether the algorithm has been performed or not.*/