Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused property #25063

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ invalid_psd=Invalid call to getProcessStreamDrainer. You must launch first.
invalid_process=Invalid call to getProcess before the process has been created. \
Wait a moment longer. Always call launch before calling this method.
server_process_died=The server exited prematurely with exit code {0}.\nBefore it died, it produced the following output:\n\n{1}
badOsgiPort=The configured OSGi Telnet port ({0}) is already in use by another process. \
The OSGi Telnet Service will not be available but GlassFish won''t be affected otherwise.
#
#'ssh' message from Sathyan Catari see IT 13862 October 19, 2010
ssh=Attempting to start {0}.... Please look at the server log for more details.....
Expand Down
Loading