remove class profileSingle
This commit is contained in:
parent
4b4b9ae277
commit
af49540afd
@ -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;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user