mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 13:15:51 +00:00
More documentation.
This commit is contained in:
@@ -16,12 +16,11 @@
|
||||
*/
|
||||
package com.jpexs.helpers.plugin;
|
||||
|
||||
import java.net.URI;
|
||||
import javax.tools.JavaFileObject.Kind;
|
||||
import javax.tools.SimpleJavaFileObject;
|
||||
import java.net.URI;
|
||||
|
||||
/**
|
||||
*
|
||||
* A file object used to represent source coming from a string.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class CharSequenceJavaFileObject extends SimpleJavaFileObject {
|
||||
|
||||
Reference in New Issue
Block a user