fixed typo

This commit is contained in:
nora 2020-11-21 16:15:11 +01:00
parent 2daa47aed8
commit 16e254b73a
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ import java.awt.datatransfer.DataFlavor;
import java.awt.dnd.DnDConstants;
import java.awt.dnd.DropTarget;
import java.awt.dnd.DropTargetDropEvent;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.File;

View file

@ -1,7 +1,7 @@
import javax.swing.*;
/**
* Stars the UMLetClassParser
* Starts the UMLetClassParser
*/
public class UMLConverterMain {