Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 6ddbb30

Browse files
committed
Remove anodoc dependency
1 parent 2b22d84 commit 6ddbb30

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ repositories:
99
artifacts:
1010
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.12
1111

12-
anodoc: org.realityforge.anodoc:anodoc:jar:1.0.0
13-
1412
javax_jsr305: com.google.code.findbugs:jsr305:jar:3.0.1
1513

1614
# GWT deps

buildfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ define 'react4j-windowportal' do
1818
project.processorpath << :react4j_processor
1919

2020
compile.with :javax_jsr305,
21-
:anodoc,
2221
:jsinterop_base,
2322
:jsinterop_base_sources,
2423
:jsinterop_annotations,

src/main/java/react4j/windowportal/WindowPortal.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import javax.annotation.Nonnull;
88
import javax.annotation.Nullable;
99
import jsinterop.base.Js;
10-
import org.realityforge.anodoc.Unsupported;
1110
import react4j.annotations.Prop;
1211
import react4j.annotations.ReactComponent;
1312
import react4j.core.Component;
@@ -23,7 +22,6 @@
2322
* <p>TODO: In the future we should pass a control in the context that allows the sub-window to close itself.</p>
2423
*/
2524
@ReactComponent
26-
@Unsupported
2725
public abstract class WindowPortal
2826
extends Component
2927
{

0 commit comments

Comments
 (0)