Ver código fonte

Remove implicit protected constructor by default

capdevon 8 meses atrás
pai
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