m-dzianishchyts opened a new pull request, #530:
URL: https://github.com/apache/cayenne/pull/530

   Replaced deprecated
   ```java
   int drawUnselectedText(Graphics, int, int, int, int)
   ```
   with
   ```java
   float drawUnselectedText(Graphics2D, float, float, int, int)
   ```
   in 
[TextPaneView](https://github.com/apache/cayenne/blob/62b84421d773075bbb3348992754c32a2efa857f/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/swing/components/textpane/TextPaneView.java)
 and did some refactoring.


-- 
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]

Reply via email to