Skip to content

Commit

Permalink
refactor: javadoc is comments now
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 25, 2024
1 parent b0c0fd8 commit 7dbcb91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private static List<QuestionCategoryDto> getQuestionCategoriesEn(){
.description("Are you an art expert? Prove it!")
.internalRepresentation(QuestionCategory.ART)
.build(),
/**
/*
QuestionCategoryDto.builder()
.name("Music")
.description("Are you a music lover? Prove it!")
Expand Down Expand Up @@ -101,7 +101,7 @@ private static List<QuestionCategoryDto> getQuestionCategoriesEs(){
.description("¿Eres un experto en arte? ¡Demuéstralo!")
.internalRepresentation(QuestionCategory.ART)
.build(),
/**
/*
QuestionCategoryDto.builder()
.name("Música")
.description("¿Eres un melómano? ¡Demuéstralo!")
Expand Down

0 comments on commit 7dbcb91

Please sign in to comment.