X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ArrayVariableDeclaration.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ArrayVariableDeclaration.java index 14413e5..38d3527 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ArrayVariableDeclaration.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ArrayVariableDeclaration.java @@ -2,7 +2,7 @@ package net.sourceforge.phpdt.internal.compiler.ast; /** * This variable declaration do not extend AbstractVariableDeclaration because - * it could take Expression as key + * it could take Expression as key. * @author Matthieu Casanova */ public class ArrayVariableDeclaration extends Expression {