Skip to content

Commit

Permalink
Merge pull request #204 from tomsiewert/new-cx-types
Browse files Browse the repository at this point in the history
servertype: add new intel types to enum
  • Loading branch information
tomsiewert committed Jun 7, 2024
2 parents bef6a67 + 6b22144 commit 042a59d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# For next release
* **Tom Siewert**
* servertype: add new intel types to enum

*Not released yet*

# Patch Release v3.2.5 (2024-03-27)
* **Tom Siewert**
* Update dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public RebuildServerResponse rebuildServer(long id, RebuildServerRequest rebuild
/**
* Change the type from the server
* <p>
* example: cx11 to cx21
* example: from cx11 to cpx21
*
* @param id ID of the server
* @param changeTypeRequest Request object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
public enum ServerType {

cx11,cx21,cx31,cx41,cx51,
cx22,cx32,cx42,cx52,
ccx11,ccx21,ccx31,ccx41,ccx51,
ccx12,ccx22,ccx32,ccx42,ccx52,ccx62,
ccx13,ccx23,ccx33,ccx43,ccx53,ccx63,
Expand Down

0 comments on commit 042a59d

Please sign in to comment.