Removed unneeded param tags in Dictionary Controller

This commit is contained in:
law39 2020-05-01 13:04:22 +01:00
parent d83f9e6da1
commit a4f7b7f577

View file

@ -133,8 +133,6 @@ public class DictionaryController extends SharedCodeController {
* An observable list of DictionaryEntries is loaded from the Application class into a local instance of ObservableList.
* It also sets up Lambda expressions related to live searching functionality and the display of DictionaryEntries.
*
// * @param url
// * @param resourceBundle
* @see Application
* @see DictionaryEntry
*/