blob: b87e043311f46bf8fa041365c6c44fdaf974e4d9 (
plain)
1
2
3
4
5
6
7
|
# this is a comment
# followed by a blank line
java.util.ServiceLoaderTest$Impl1
java.util.ServiceLoaderTest$Impl2 # this comment is valid
java.util.ServiceLoaderTest$Impl2#as is this
java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
|