Add some unit testing of the CfbSchema.
[cfb.git] / prod / net / jaekl / cfb / analyze / MessageMap.java
index b0f0b67fac525ce3e3343c1eb993f381f33ca3a0..ae389ad845496a9fd79c9623bc34e1777d6cf4f7 100644 (file)
@@ -116,7 +116,7 @@ public class MessageMap {
        }
        
        // Parse the FindBugs messages.xml file
-       void parse(InputSource xml) throws FileNotFoundException, IOException, SAXException 
+       public void parse(InputSource xml) throws FileNotFoundException, IOException, SAXException 
        {
                m_msgColl = new MessageCollection();