Skip to content
Snippets Groups Projects
Select Git revision
  • 24860c2ed37529986d2cab7889c21c5053c9f7e5
  • main default protected
2 results

stack.java

Blame
  • Forked from LABOUREL Arnaud / Vector 2023
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Extinguish.java 116 B
    package model;
    
    import util.Position;
    
    import java.util.List;
    
    public interface Extinguish {
    
        void action();
    
    }