mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
make accessible
This commit is contained in:
@@ -25,9 +25,8 @@ import org.jetbrains.annotations.NotNull;
|
||||
*
|
||||
* @author <a href="mailto:aefimov.box@gmail.com">Alexey Efimov</a>
|
||||
*/
|
||||
final class ImageEditorManagerImpl {
|
||||
private ImageEditorManagerImpl() {
|
||||
}
|
||||
public final class ImageEditorManagerImpl {
|
||||
private ImageEditorManagerImpl() {}
|
||||
|
||||
/**
|
||||
* Create image viewer editor. Don't forget release editor by {@link #releaseImageEditor(ImageEditor)} method.
|
||||
|
||||
Reference in New Issue
Block a user