Submitted by: John Tolentino
Applied second patch
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@382358
13f79535-47bb-0310-9956-
ffa450edef68
\r
import java.util.HashMap;\r
import java.util.Map;\r
+import java.util.Set;\r
\r
/**\r
* This is the object type contained in the list that will be returned by the\r
{\r
this.fieldMatches = fieldMatches;\r
}\r
+\r
+ /**\r
+ * Getter method for derived value MapEntrySet\r
+ *\r
+ * @return Map\r
+ */\r
+ public Set getFieldMatchesEntrySet()\r
+ {\r
+ return this.fieldMatches.entrySet();\r
+ }\r
}\r