You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="col-lg-4 col-md-12 card-deck"><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Return Type</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><strongclass="d-block text-primary"data-bs-toggle="tooltip" data-bs-placement="left" title="java.lang.String">String</strong></p></div></div><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Modifiers</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><spanclass="badge bg-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Accessible from anywhere.">public</span><spanclass="badge bg-info" data-bs-toggle="tooltip" data-bs-placement="right" title="Belongs to the class rather than its objects.">static</span></p></div></div></div></div>
58
58
</div><divclass="col col-lg-4 col-sm-12 col-md-12"><divclass="rounded bg-dark text-light"><pre><codeclass="language-java">// Randomly-generated example
59
-
final String string = PublicUtils.createVarName(type);
59
+
final String string = PublicUtils.getPrettyName(type);
<divclass="col-lg-4 col-md-12 card-deck"><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Return Type</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><strongclass="d-block text-primary"data-bs-toggle="tooltip" data-bs-placement="left" title="java.lang.String">String</strong></p></div></div><divclass="card m-2 mx-3 bg-body rounded shadow-sm"><divclass="card-header">Modifiers</div><divclass="card-body"><pclass="pb-3 mb-0 small lh-sm"><spanclass="badge bg-primary" data-bs-toggle="tooltip" data-bs-placement="right" title="Accessible from anywhere.">public</span><spanclass="badge bg-info" data-bs-toggle="tooltip" data-bs-placement="right" title="Belongs to the class rather than its objects.">static</span></p></div></div></div></div>
78
78
</div><divclass="col col-lg-4 col-sm-12 col-md-12"><divclass="rounded bg-dark text-light"><pre><codeclass="language-java">// Randomly-generated example
79
-
final String string = PublicUtils.getPrettyName(type);
79
+
final String string = PublicUtils.createVarName(type);
0 commit comments