Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/tests/org/litesoft/bo/MockBoMetaData.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.bo;
2 3
3 4 import java.util.HashMap;
  @@ -34,7 +35,7 @@
34 35 addAttribute(pAttributeNames[i], pAttributeTypes[i]);
35 36 }
36 37 }
37 -
38 +
38 39 public void addAttribute(String pAttributeName, AttributeType pAttributeType)
39 40 {
40 41 addAttribute(new MockBoAttribute(pAttributeName, pAttributeType));