Administrator 2 jaren geleden
bovenliggende
commit
e7d0c74a4b
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      src/main/java/com/xiesx/fastboot/core/exception/RunException.java

+ 0 - 2
src/main/java/com/xiesx/fastboot/core/exception/RunException.java

@@ -34,7 +34,6 @@ public class RunException extends RuntimeException {
     /**
      * throw new RunException(e);
      *
-     * @param message
      */
     public RunException(Throwable e) {
         super(e);
@@ -44,7 +43,6 @@ public class RunException extends RuntimeException {
     /**
      * throw new RunException(RunExc.RUN);
      *
-     * @param message
      */
     public RunException(RunExc act) {
         super(act.getErrorMsg());