Browse Source

fix for build prob - rogue warning

tags/V1_5_0RC1
aclement 18 years ago
parent
commit
47d86c624f

+ 1
- 1
tests/multiIncremental/PR119570_2/base/bugs/ParameterizedDP.java View File

// unneeded declare-parents duplicates one in NodeImpl // unneeded declare-parents duplicates one in NodeImpl
// when here, get spurious error message // when here, get spurious error message
// when commented out, d-p fails and get compiler error at 1) above // when commented out, d-p fails and get compiler error at 1) above
// declare parents : Tag implements INode<Tag,Tag>;
declare parents : Tag implements INode<Tag,Tag>;
} }
} }

Loading…
Cancel
Save