src/main/java/org/apache/commons/ognl/EnumerationPropertyAccessor.java [52:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                else
                {
                    result = super.getProperty( context, target, name );
                }
            }
        }
        else
        {
            result = super.getProperty( context, target, name );
        }
        return result;
    }

    @Override
    public void setProperty( Map<String, Object> context, Object target, Object name, Object value )
        throws OgnlException
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/commons/ognl/IteratorPropertyAccessor.java [51:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                else
                {
                    result = super.getProperty( context, target, name );
                }
            }
        }
        else
        {
            result = super.getProperty( context, target, name );
        }
        return result;
    }

    @Override
    public void setProperty( Map<String, Object> context, Object target, Object name, Object value )
        throws OgnlException
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



