mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-19 06:00:04 +00:00
added hardware acceleration support
refactored to work with jdk 8 changed the validator to reentrant lock
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package parser.converters;
|
||||
|
||||
import com.sun.jdi.InvalidTypeException;
|
||||
import java.io.InvalidClassException;
|
||||
|
||||
public interface ConverterInterface<T> {
|
||||
T convert(String content) throws InvalidTypeException;
|
||||
T convert(String content) throws InvalidClassException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user