Explorar el Código

fix package for Maps

master
Binary Wang hace 8 años
padre
commit
ea6a9b5de3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java

+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java Ver fichero

@@ -20,7 +20,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.helpers.MessageFormatter;

import com.beust.jcommander.internal.Maps;
import com.google.common.collect.Maps;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.annotations.XStreamAlias;



Cargando…
Cancelar
Guardar