Explorar el Código

Final variables need to be initialized


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193921 13f79535-47bb-0310-9956-ffa450edef68
pull/32/head
arved hace 23 años
padre
commit
e6e117ddaa
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      src/org/apache/fop/datatypes/LengthBase.java

+ 3
- 3
src/org/apache/fop/datatypes/LengthBase.java Ver fichero

@@ -65,13 +65,13 @@ public class LengthBase implements PercentBase {
/**
* FO parent of the FO for which this property is to be calculated.
*/
protected final FObj parentFO;
protected /* final */ FObj parentFO;
/**
* PropertyList for the FO where this property is calculated.
*/
private final PropertyList propertyList;
private /* final */ PropertyList propertyList;
/** One of the defined types of LengthBase */
private final int iBaseType;
private /* final */ int iBaseType;

public LengthBase(FObj parentFO, PropertyList plist, int iBaseType) {
this.parentFO = parentFO;

Cargando…
Cancelar
Guardar