replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
public trait InterfaceWithObjectMethod {
|
||||
public interface InterfaceWithObjectMethod {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user