git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Rename HTML editor to Smarty editor
[phpeclipse.git]
/
net.sourceforge.phpeclipse
/
src
/
net
/
sourceforge
/
phpdt
/
internal
/
compiler
/
env
/
IBinaryField.java
diff --git
a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IBinaryField.java
b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IBinaryField.java
index
e59888a
..
c36a81b
100644
(file)
--- a/
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IBinaryField.java
+++ b/
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IBinaryField.java
@@
-15,7
+15,7
@@
import net.sourceforge.phpdt.internal.compiler.impl.Constant;
public interface IBinaryField extends IGenericField {
/**
*
- * @return org.eclipse.jdt.internal.compiler.Constant
+ * @return net.sourceforge.phpdt.internal.compiler.Constant
*/
Constant getConstant();
/**