remove class profileSingle
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user