mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Updated comments on Getters and Settings to see the flutter method for details.
This commit is contained in:
@ -479,7 +479,6 @@ public class QApplicationJavalinServer
|
||||
* frontend build or static asset router.
|
||||
*
|
||||
* @param frontendMaterialDashboardHostedPath the hosted path (e.g., "/admin" or "/dashboard"). Default is "/"
|
||||
* @return this instance for method chaining
|
||||
*
|
||||
* @see #withServeFrontendMaterialDashboard(boolean)
|
||||
*******************************************************************************/
|
||||
@ -714,6 +713,8 @@ public class QApplicationJavalinServer
|
||||
|
||||
/*******************************************************************************
|
||||
** Getter for frontendMaterialDashboardHostedPath
|
||||
*
|
||||
* @see #withFrontendMaterialDashboardHostedPath(String)
|
||||
*******************************************************************************/
|
||||
public String getFrontendMaterialDashboardHostedPath()
|
||||
{
|
||||
@ -724,11 +725,11 @@ public class QApplicationJavalinServer
|
||||
|
||||
/*******************************************************************************
|
||||
** Setter for frontendMaterialDashboardHostedPath
|
||||
*
|
||||
* @see #withFrontendMaterialDashboardHostedPath(String)
|
||||
*******************************************************************************/
|
||||
public void setFrontendMaterialDashboardHostedPath(String frontendMaterialDashboardHostedPath)
|
||||
{
|
||||
this.frontendMaterialDashboardHostedPath = frontendMaterialDashboardHostedPath;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user