Skip to content

Commit

Permalink
細かな修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Jun 9, 2023
1 parent b6ed2bc commit 4ab1027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/cosgy/textToSpeak/gui/GUI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class GUI(private val bot: Bot) : JFrame() {

val systemInfo = sysInfoText.format(
osName, osVersion, osArch, processors,
prettyBytes(sunOsMx!!.totalPhysicalMemorySize), prettyBytes(sunOsMx!!.committedVirtualMemorySize),
prettyBytes(sunOsMx!!.totalMemorySize), prettyBytes(sunOsMx!!.committedVirtualMemorySize),
vmName, vmVersion, vmVendor, compilationMx?.name,
vmArguments
)
Expand Down

0 comments on commit 4ab1027

Please sign in to comment.