sszuev commented on issue #3556:
URL: https://github.com/apache/jena/issues/3556#issuecomment-3467989057

   It is a technical super-interface, with package-local visibility. All 
methods must be accessible from subclasses.
   For me it works, e.g.:
   ```java
   
OntModelFactory.createModel().createOntClass("x").getModel().write(System.out, 
"ttl")
   ```
   
   Can you please provide a code snippet to reproduce the issue? I don't 
understand what might not work here.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to