Skip to content

Commit

Permalink
fix: update typo of VetoedConverter
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jul 28, 2023
1 parent 28120bc commit a031b07
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
*/
package org.eclipse.jnosql.mapping;

import org.eclipse.jnosql.mapping.AttributeConverter;

import jakarta.enterprise.inject.Vetoed;

@Vetoed
public class VetedConverter implements AttributeConverter<String, String> {
public class VetoedConverter implements AttributeConverter<String, String> {

@Override
public String convertToDatabaseColumn(String attribute) {
Expand Down

0 comments on commit a031b07

Please sign in to comment.