OpenNTF/org.openntf.domino

session.getDocumentByMetaversalID(id) doesn't work

markleusink opened this issue · 1 comments

Found an error in the getDocumentsByMetaversalID() function in this class:

return getDocumentByMetaversalID(serverName, id);

The parameters are passed to getDocumentByMetaversalID( id, server) in the wrong order.