prismicio-community / java-kit

Community maintained development kit for Prismic and the Java language
https://prismic.io
15 stars 38 forks source link

The implements for the class FileLink is missing #68

Open k3ndr4k opened 6 years ago

k3ndr4k commented 6 years ago

in

io.prismic.WithFragments#fragmentHtml(
Fragment fragment,
 LinkResolver linkResolver, 
HtmlSerializer htmlSerializer)

the condition

 else if(fragment instanceof Fragment.FileLink) {
      return ((Fragment.FileLink)fragment).asHtml();
    }

is missing.