Fix Javadoc update commit message and adjust stage definition in GitLab CI pipeline

This commit is contained in:
2025-06-09 12:31:05 +02:00
parent 8e9438ac2a
commit 8c9ae0a7ff
2 changed files with 5 additions and 3 deletions
@@ -33,7 +33,7 @@ import lombok.extern.slf4j.Slf4j;
* System.out.println("Record Type: " + record.getType() + ", Value: " + record.getContent())
* );
* // Create a record for the subdomain "api"
* RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.1.3");
* RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.1.4");
* System.out.println("Created Record ID: " + created.getId());
* </code></pre>
*/