Skip to content

Commit c097c34

Browse files
committed
Se cambia a camelCase
1 parent 3783f90 commit c097c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mx/com/sw/services/csd/requests/CsdRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public String getType() {
5757
* Obtiene el estado del certificado
5858
* @return string
5959
*/
60-
public Boolean getIs_active() {
60+
public Boolean getIsActive() {
6161
return this.is_active;
6262
}
6363
}

0 commit comments

Comments
 (0)