Changeset 28fc3c9 in murachi


Ignore:
Timestamp:
Oct 1, 2015, 1:52:40 PM (9 years ago)
Author:
antonioaraujob <aaraujo@…>
Branches:
master
Children:
8105f09
Parents:
a2d4c86
Message:

Corrección de error en mensaje de depuración.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • murachi/src/main/java/ve/gob/cenditel/murachi/MurachiRESTWS.java

    ra2d4c86 r28fc3c9  
    52395239                 
    52405240                  int countSignatures = statistic.countOfSigantures();
    5241                   logger.debug("fimas realizadas correctamente: "+ Integer.toString(countSignatures));
     5241                  logger.debug("firmas realizadas correctamente: "+ Integer.toString(countSignatures));
    52425242                 
    52435243                  JSONObject jsonObject = new JSONObject();
Note: See TracChangeset for help on using the changeset viewer.