remove class profileSingle

This commit is contained in:
Valentin CZERYBA 2023-01-05 21:17:16 +01:00
parent 4b4b9ae277
commit af49540afd

View File

@ -1,15 +0,0 @@
package com.covas.Json;
import io.quarkus.runtime.annotations.RegisterForReflection;
@RegisterForReflection
public class ProfileSingle {
public final String description;
public ProfileSingle(String description){
this.description = description;
}
}