Fixed method name

This commit is contained in:
Luca Frosini 2019-09-24 16:55:41 +02:00
parent f767dd9fa7
commit eb5592825f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class PluginStateEvolution {
/** /**
* @return the uuid * @return the uuid
*/ */
public UUID getUuid() { public UUID getUUID() {
return uuid; return uuid;
} }