I just fetched/pulled the latest commits from movingblocks/develop and IntelliJ is telling me that files org.terasology.protobuf.NetData and org.terasology.protobuf.EntityData have large amounts of errors. I.e., the first error in the file is regarding this block of code (which doesn't even seem valid java):
/**
* <code>repeated string string = 6;</code>
*/
com.google.protobuf.ProtocolStringList
getStringList();
and says "Cannot resolve ProtocolStringList".
I have the suspicion that there might be some corruption in my repository rather than in develop. Can anybody confirm?
/**
* <code>repeated string string = 6;</code>
*/
com.google.protobuf.ProtocolStringList
getStringList();
and says "Cannot resolve ProtocolStringList".
I have the suspicion that there might be some corruption in my repository rather than in develop. Can anybody confirm?