Parcourir la source

Remove implicit protected constructor by default

capdevon il y a 8 mois
Parent
commit
4f55a5b5ab

+ 0 - 6
jme3-core/src/main/java/com/jme3/input/RawInputListenerAdapter.java

@@ -48,12 +48,6 @@ import com.jme3.input.event.TouchEvent;
  */
 public abstract class RawInputListenerAdapter implements RawInputListener {
 
-    /**
-     * Constructs a {@code RawInputListenerAdapter}.
-     */
-    protected RawInputListenerAdapter() {
-    }
-
     @Override
     public void beginInput() {
         // No-op implementation