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

missing keyword 'throw' #726

Closed
Closed
@glassfishrobot

Description

@glassfishrobot

javax.xml.bind.ContextFinder.java, lines 141ff:

if(!(context instanceof JAXBContext)) {
// the cast would fail, so generate an exception with a nice message
handleClassCastException(context.getClass(), JAXBContext.class);
}

==> 'throw' missing in front of the handle... call.

Environment

Operating System: All
Platform: All

Affected Versions

[2.2]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions