mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Rename new methods in Version
This commit is contained in:
parent
1a4affde35
commit
84a01df4bd
3 changed files with 39 additions and 38 deletions
|
@ -101,7 +101,7 @@ public class VersionExternal implements Version {
|
|||
}
|
||||
|
||||
@Override
|
||||
public int getSopSpecVersionNumber() {
|
||||
public int getSopSpecRevisionNumber() {
|
||||
String revision = getSopSpecVersion();
|
||||
String firstLine;
|
||||
if (revision.contains("\n")) {
|
||||
|
@ -124,7 +124,7 @@ public class VersionExternal implements Version {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getSopSpecImplementationIncompletenessRemarks() {
|
||||
public String getSopSpecImplementationRemarks() {
|
||||
String revision = getSopSpecVersion();
|
||||
if (revision.contains("\n")) {
|
||||
String tail = revision.substring(revision.indexOf("\n") + 1).trim();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue