Commit ebaa8e9e authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina constructores no necesarios

parent 1a45ecd0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ package es.redmic.atlaslib.events.category.create;

import org.apache.avro.Schema;

import es.redmic.atlaslib.dto.category.CategoryDTO;
import es.redmic.atlaslib.events.category.CategoryEventTypes;
import es.redmic.brokerlib.avro.common.EventError;

@@ -43,10 +42,6 @@ public class CreateCategoryCancelledEvent extends EventError {
		super(type);
	}

	public CreateCategoryCancelledEvent(CategoryDTO themeInspireType) {
		super(type);
	}

	@Override
	public Schema getSchema() {
		return SCHEMA$;
+0 −5
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ package es.redmic.atlaslib.events.themeinspire.create;

import org.apache.avro.Schema;

import es.redmic.atlaslib.dto.themeinspire.ThemeInspireDTO;
import es.redmic.atlaslib.events.themeinspire.ThemeInspireEventTypes;
import es.redmic.brokerlib.avro.common.EventError;

@@ -43,10 +42,6 @@ public class CreateThemeInspireCancelledEvent extends EventError {
		super(type);
	}

	public CreateThemeInspireCancelledEvent(ThemeInspireDTO themeInspireType) {
		super(type);
	}

	@Override
	public Schema getSchema() {
		return SCHEMA$;