Skip to content

Commit

Permalink
fix: removed useless attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi committed Jul 10, 2024
1 parent bb29b60 commit 9980735
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@
* @since 1.0.0
*/
public class GroupAttributes extends KapuaNamedEntityAttributes {

public static final String DESCRIPTION = "description";
public static final String NAME = "name";
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@
*/
public class RoleAttributes extends KapuaNamedEntityAttributes {

public static final String NAME = "name";
public static final String DESCRIPTION = "description";

}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@
* @since 1.0.0
*/
public class TagAttributes extends KapuaNamedEntityAttributes {
public static final String DESCRIPTION = "description";
public static final String NAME = "name";
}

0 comments on commit 9980735

Please sign in to comment.