Remove Javadoc profile and related GitLab CI configuration

This commit is contained in:
2025-06-09 17:17:22 +02:00
parent 41071aca77
commit 949d6dfada
3 changed files with 2 additions and 62 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.3);
* RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.10);
* System.out.println("Created Record ID: " + created.getId());
* </code></pre>
*/