JavaDoc対応

This commit is contained in:
r-ca 2024-01-28 13:40:23 +09:00
parent 4649399ef9
commit f9df1379f4
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -163,6 +163,9 @@ public class ViewerContainerFragment extends Fragment {
}); });
} }
/**
* ドキュメント名を変更する
*/
private void renameDocument() { private void renameDocument() {
MaterialAlertDialogBuilder builder = new MaterialAlertDialogBuilder(getContext()); MaterialAlertDialogBuilder builder = new MaterialAlertDialogBuilder(getContext());
builder.setTitle("ファイル名の変更"); builder.setTitle("ファイル名の変更");