FreeBSD Bugzilla – Attachment 161062 Details for
Bug 203124
devel/umlgraph: fix build with openjdk8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
umlgraph patch
umlgraph.patch (text/plain), 1.28 KB, created by
Steve Wills
on 2015-09-15 13:35:56 UTC
(
hide
)
Description:
umlgraph patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2015-09-15 13:35:56 UTC
Size:
1.28 KB
patch
obsolete
>Index: files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java >=================================================================== >--- files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java (revision 0) >+++ files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java (working copy) >@@ -0,0 +1,22 @@ >+--- src/org/umlgraph/doclet/WrappedClassDoc.java.orig 2012-04-25 08:57:52 UTC >++++ src/org/umlgraph/doclet/WrappedClassDoc.java >+@@ -20,6 +20,7 @@ >+ >+ package org.umlgraph.doclet; >+ >++import com.sun.javadoc.AnnotatedType; >+ import com.sun.javadoc.AnnotationDesc; >+ import com.sun.javadoc.AnnotationTypeDoc; >+ import com.sun.javadoc.ClassDoc; >+@@ -359,4 +360,11 @@ public class WrappedClassDoc implements >+ return wrapped.typeParamTags(); >+ } >+ >++ public AnnotatedType asAnnotatedType() { >++ return wrapped.asAnnotatedType(); >++ } >++ >++ public Type getElementType() { >++ return wrapped.getElementType(); >++ } >+ } > >Property changes on: files/patch-src_org_umlgraph_doclet_WrappedClassDoc.java >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203124
: 161062