Coverage Summary for Class: MetadataXmlElementsAccess (org.kitodo.dataformat.access)

Class Class, % Method, % Line, %
MetadataXmlElementsAccess 100% (1/1) 100% (1/1) 100% (1/1)


 /*
  * (c) Kitodo. Key to digital objects e. V. <contact@kitodo.org>
  *
  * This file is part of the Kitodo project.
  *
  * It is licensed under GNU General Public License version 3 or later.
  *
  * For the full copyright and license information, please read the
  * GPL3-License.txt file that was distributed with this source code.
  */
 
 package org.kitodo.dataformat.access;
 
 /**
  * Abstract superclass of {@code MetadataEntry} and
  * {@code MetadataGroupXmlElementAccess}, to be able to store them together in a
  * list.
  */
 abstract class MetadataXmlElementsAccess {
 }