Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Generics
  • Loading branch information
benfortuna committed Aug 15, 2019
1 parent b707923 commit 0dff111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ private TemporalAdapter(String value, TzId tzId) {
temporal = (T) Proxy.newProxyInstance(ChronoZonedDateTime.class.getClassLoader(),
new Class[]{ChronoZonedDateTime.class},
new InvocationHandler() {
private ChronoZonedDateTime temporal;
private ChronoZonedDateTime<LocalDate> temporal;

@Override
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
Expand Down

0 comments on commit 0dff111

Please sign in to comment.