Author: tfmorris
Date: 2007-11-25 16:52:29-0800
New Revision: 13843
Modified:
trunk/tests/org/argouml/cognitive/TestResolvedCritic.java
Log:
Update Javadoc references to vectors to match implementation. No code changes.
Modified: trunk/tests/org/argouml/cognitive/TestResolvedCritic.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tests/org/argouml/cognitive/TestResolvedCritic.java?view=diff&rev=13843&p1=trunk/tests/org/argouml/cognitive/TestResolvedCritic.java&p2=trunk/tests/org/argouml/cognitive/TestResolvedCritic.java&r1=13842&r2=13843
==============================================================================
--- trunk/tests/org/argouml/cognitive/TestResolvedCritic.java (original)
+++ trunk/tests/org/argouml/cognitive/TestResolvedCritic.java 2007-11-25 16:52:29-0800
@@ -67,7 +67,7 @@
List<String> list = new ArrayList<String>();
ListSet set = new ListSet();
- /* ResolvedCritic(String, Vector) */
+ /* ResolvedCritic(String, List) */
rc = new ResolvedCritic("rc", (List<String>) null);
assertTrue("getCritic simple", "rc".equals(rc.getCritic()));
@@ -84,7 +84,7 @@
rc.getOffenderList() != null
&& "str1".equals(rc.getOffenderList().get(0)));
- /* ResolvedCritic(Critic, VectorSet) */
+ /* ResolvedCritic(Critic, ListSet) */
try {
rc = new ResolvedCritic(c, null);
@@ -115,7 +115,7 @@
assertTrue("create 2 with MClass", false);
}
- /* ResolvedCritic(Critic, VectorSet, boolean) */
+ /* ResolvedCritic(Critic, ListSet, boolean) */
/* testmc should now have an ItemUID so we should be able to
* create without adding a new ItemUID */
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.