Plugin fix: intention description ConvertFinallyToUseCallIntention --> ConvertTryFinallyToUseCallIntention
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a try-finally block with resource.close() in finally into the resource.use() call
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user