mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-23 20:27:03 +00:00
[fixes #3748] Patch SourceTypeConverter to avoid parsing empty strings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package pkg;
|
||||
|
||||
import lombok.Synchronized;
|
||||
|
||||
public class ClassWithSynchronized {
|
||||
@Synchronized
|
||||
public void test() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user