fixed a checkstyle issue

This commit is contained in:
hneemann 2017-04-01 13:01:19 +02:00
parent 121a126142
commit 98132c8055

View File

@ -386,6 +386,7 @@ public class ElementLibrary implements Iterable<ElementLibrary.ElementContainer>
* Removes an element from the library to enforce a reload
*
* @param name the elements name
* @throws IOException IOException
*/
public void invalidateElement(File name) throws IOException {
LibraryNode n = map.get(name.getName());