Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 722534e

Browse files
committed
Unidoc needed this� change
Semantically this should be identical
1 parent eab6f03 commit 722534e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/xsbti/compile/DefaultExternalHooks.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public DefaultExternalHooks(Optional<ExternalHooks.Lookup> lookup, Optional<Clas
2121
}
2222

2323
@Override
24-
public Optional<Lookup> getExternalLookup() {
24+
public Optional<ExternalHooks.Lookup> getExternalLookup() {
2525
return lookup;
2626
}
2727

@@ -42,7 +42,7 @@ public ExternalHooks withExternalClassFileManager(ClassFileManager externalClass
4242
}
4343

4444
@Override
45-
public ExternalHooks withExternalLookup(Lookup externalLookup) {
45+
public ExternalHooks withExternalLookup(ExternalHooks.Lookup externalLookup) {
4646
return new DefaultExternalHooks(Optional.of(externalLookup), this.getExternalClassFileManager());
4747
}
4848
}

0 commit comments

Comments
 (0)