Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oscar Enrique Gonzalez Escurra
th-app-java
Commits
26f4ac42
Commit
26f4ac42
authored
Nov 24, 2021
by
Joaquin Elias Baranda Ayala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correccion de acentuacion y Estado civil en postulante-form
parent
0dc0e788
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
curriculumsearch/src/main/java/com/roshka/modelo/EstadoCivil.java
+1
-1
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+0
-0
No files found.
curriculumsearch/src/main/java/com/roshka/modelo/EstadoCivil.java
View file @
26f4ac42
...
@@ -3,7 +3,7 @@ package com.roshka.modelo;
...
@@ -3,7 +3,7 @@ package com.roshka.modelo;
import
com.fasterxml.jackson.annotation.JsonValue
;
import
com.fasterxml.jackson.annotation.JsonValue
;
public
enum
EstadoCivil
{
public
enum
EstadoCivil
{
SOLTERO
(
"Soltero
"
),
CONCUBINADO
(
"Concubinado"
),
CASADO
(
"Casado"
),
VIUDO
(
"Viudo"
),
DIVORCIADO
(
"Divorciado
"
);
SOLTERO
(
"Soltero
/a"
),
CONCUBINADO
(
"Concubinado/a"
),
CASADO
(
"Casado/a"
),
VIUDO
(
"Viudo/a"
),
DIVORCIADO
(
"Divorciado/a
"
);
private
String
descripcion
;
private
String
descripcion
;
private
EstadoCivil
(
String
descripcion
)
{
private
EstadoCivil
(
String
descripcion
)
{
...
...
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
26f4ac42
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment