mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 07:25:33 +00:00
more cleanup
This commit is contained in:
@@ -22,9 +22,9 @@ package com.jpexs.decompiler.flash.gui;
|
||||
*/
|
||||
public class ComboBoxItem<E> {
|
||||
|
||||
private String title;
|
||||
private final String title;
|
||||
|
||||
private E value;
|
||||
private final E value;
|
||||
|
||||
public ComboBoxItem(String title, E value) {
|
||||
this.title = title;
|
||||
|
||||
Reference in New Issue
Block a user