瀏覽代碼

fix for build prob - rogue warning

tags/V1_5_0RC1
aclement 18 年之前
父節點
當前提交
47d86c624f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      tests/multiIncremental/PR119570_2/base/bugs/ParameterizedDP.java

+ 1
- 1
tests/multiIncremental/PR119570_2/base/bugs/ParameterizedDP.java 查看文件

@@ -22,6 +22,6 @@ class TaggedTexts {
// unneeded declare-parents duplicates one in NodeImpl
// when here, get spurious error message
// 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…
取消
儲存