Explorar el Código

Merge from Branch fop-0_91:

Fixed a small oversight. Code is not even in use.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@358883 13f79535-47bb-0310-9956-ffa450edef68
pull/16/head
Jeremias Maerki hace 18 años
padre
commit
4e07459cb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/java/org/apache/fop/render/ps/PSSVGHandler.java

+ 1
- 1
src/java/org/apache/fop/render/ps/PSSVGHandler.java Ver fichero

@@ -221,7 +221,7 @@ public class PSSVGHandler implements XMLHandler, PSRendererContextConstants {
* Sets the handler configuration.
* @param cfg the configuration object
*/
public void setHeight(Configuration cfg) {
public void setHandlerConfiguration(Configuration cfg) {
this.cfg = cfg;
}


Cargando…
Cancelar
Guardar