Restore interrupt status before throwing exception
authorgumartinm <gustavo@gumartinm.name>
Fri, 7 Dec 2012 18:40:20 +0000 (19:40 +0100)
committergumartinm <gustavo@gumartinm.name>
Fri, 7 Dec 2012 18:40:20 +0000 (19:40 +0100)
commit8c9eae051a9209db71e636694bac55f98405aac4
tree698440e1cbda778586bb2f17058a167eb6c7bcb0
parentebbe4fbe0051d5ef895c62c8633952f689db4d27
Restore interrupt status before throwing exception

Always write the restore interrupt status just after catching th Interrupted exception.
In this way you make sure the interrupt status is not lost because something in your code
throws an exception before the line where you actually restore the interrupt status.
JavaPOS/KeyBoardDriver/src/main/java/de/javapos/example/hardware/KeyBoardDeviceLinux.java