mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 06:51:37 -04:00
fixed a checkstyle issue
This commit is contained in:
parent
121a126142
commit
98132c8055
@ -386,6 +386,7 @@ public class ElementLibrary implements Iterable<ElementLibrary.ElementContainer>
|
|||||||
* Removes an element from the library to enforce a reload
|
* Removes an element from the library to enforce a reload
|
||||||
*
|
*
|
||||||
* @param name the elements name
|
* @param name the elements name
|
||||||
|
* @throws IOException IOException
|
||||||
*/
|
*/
|
||||||
public void invalidateElement(File name) throws IOException {
|
public void invalidateElement(File name) throws IOException {
|
||||||
LibraryNode n = map.get(name.getName());
|
LibraryNode n = map.get(name.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user