Skip to content

Commit 51f91c9

Browse files
chore: update generated docs (bot)
1 parent b0ee71a commit 51f91c9

File tree

8 files changed

+5812
-22
lines changed

8 files changed

+5812
-22
lines changed

docs/abbonamento.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h2>
556556
// Project data
557557
const sourceCode = ["\npublic class Cd {\n\tprivate String titolo;\n\tprivate String autore;\n\tprivate int n_brani;\n\tprivate double durata;\n\t/**\n\t * @param titolo\n\t * @param autore\n\t * @param n_brani\n\t * @param durata\n\t */\n\tpublic Cd(String titolo, String autore, int n_brani, double durata) {\n\t\tsuper();\n\t\tthis.titolo = titolo;\n\t\tthis.autore = autore;\n\t\tthis.n_brani = n_brani;\n\t\tthis.durata = durata;\n\t}\n\t/**\n\t * @return the titolo\n\t */\n\tpublic String getTitolo() {\n\t\treturn titolo;\n\t}\n\t/**\n\t * @param titolo the titolo to set\n\t */\n\tpublic void setTitolo(String titolo) {\n\t\tthis.titolo = titolo;\n\t}\n\t/**\n\t * @return the autore\n\t */\n\tpublic String getAutore() {\n\t\treturn autore;\n\t}\n\t/**\n\t * @param autore the autore to set\n\t */\n\tpublic void setAutore(String autore) {\n\t\tthis.autore = autore;\n\t}\n\t/**\n\t * @return the n_brani\n\t */\n\tpublic int getN_brani() {\n\t\treturn n_brani;\n\t}\n\t/**\n\t * @param n_brani the n_brani to set\n\t */\n\tpublic void setN_brani(int n_brani) {\n\t\tthis.n_brani = n_brani;\n\t}\n\t/**\n\t * @return the durata\n\t */\n\tpublic double getDurata() {\n\t\treturn durata;\n\t}\n\t/**\n\t * @param durata the durata to set\n\t */\n\tpublic void setDurata(double durata) {\n\t\tthis.durata = durata;\n\t}\n\t@Override\n\tpublic String toString() {\n\t\tStringBuilder builder = new StringBuilder();\n\t\tbuilder.append(\"╭╶╶╶╶╶╶╶╶ Cd ╶╶╶╶╶╶╶╶╶╶╶╶┒\\n┆ - titolo --> \");\n\t\tbuilder.append(titolo);\n\t\tbuilder.append(\" \\n┆ - autore --> \");\n\t\tbuilder.append(autore);\n\t\tbuilder.append(\" \\n┆ - n_brani --> \");\n\t\tbuilder.append(n_brani);\n\t\tbuilder.append(\" \\n┆ - durata --> \");\n\t\tbuilder.append(durata);\n\t\tbuilder.append(\"\\n╰╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶╶┚\");\n\t\treturn builder.toString();\n\t}\n\n}\n", "/**\n * \n */\n\n/**\n * \n */\npublic class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t}\n\n}\n", "import java.time.LocalDate;\n\npublic class PortaCD {\n//\tprivate String nome_cliente;\n\tprivate String id;\n\tprivate String tipo;\n\tprivate LocalDate inizio;\n//\tprivate int access;\n\tprivate String activity;\n\n\t/**\n\t * @return the id\n\t */\n\tpublic String getId() {\n\t\treturn id;\n\t}\n\n\t/**\n\t * @return the tipo\n\t */\n\tpublic String getTipo() {\n\t\treturn tipo;\n\t}\n\n\t/**\n\t * @return the inizio\n\t */\n\tpublic LocalDate getInizio() {\n\t\treturn inizio;\n\t}\n\n\t/**\n\t * @return the activity\n\t */\n\tpublic String getActivity() {\n\t\treturn activity;\n\t}\n\n\t/**\n\t * @param activity the activity to set\n\t */\n\tpublic void setActivity(String activity) {\n\t\tthis.activity = activity;\n\t}\n\t\n\tpublic LocalDate calcolaScadenza() {\n\t\tString scadenza;\n\t}\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"];
558558
const projectName = "Abbonamento";
559-
const buildStatus = "error";
559+
const buildStatus = "success";
560560
const precompiledOutput = "";
561561

562562
// Tab switching functionality

0 commit comments

Comments
 (0)