This repository was archived by the owner on Oct 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
src/main/java/react4j/windowportal Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ repositories:
9
9
artifacts :
10
10
idea_codestyle : au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.12
11
11
12
- anodoc : org.realityforge.anodoc:anodoc:jar:1.0.0
13
-
14
12
javax_jsr305 : com.google.code.findbugs:jsr305:jar:3.0.1
15
13
16
14
# GWT deps
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ define 'react4j-windowportal' do
18
18
project . processorpath << :react4j_processor
19
19
20
20
compile . with :javax_jsr305 ,
21
- :anodoc ,
22
21
:jsinterop_base ,
23
22
:jsinterop_base_sources ,
24
23
:jsinterop_annotations ,
Original file line number Diff line number Diff line change 7
7
import javax .annotation .Nonnull ;
8
8
import javax .annotation .Nullable ;
9
9
import jsinterop .base .Js ;
10
- import org .realityforge .anodoc .Unsupported ;
11
10
import react4j .annotations .Prop ;
12
11
import react4j .annotations .ReactComponent ;
13
12
import react4j .core .Component ;
23
22
* <p>TODO: In the future we should pass a control in the context that allows the sub-window to close itself.</p>
24
23
*/
25
24
@ ReactComponent
26
- @ Unsupported
27
25
public abstract class WindowPortal
28
26
extends Component
29
27
{
You can’t perform that action at this time.
0 commit comments