docs: fix package names (for `cheerpj`, `smetana`)

fix package names on `package-info.java` of `cheerpj` and `smetana`
This commit is contained in:
The-Lum 2023-11-15 20:03:00 +00:00
parent acb95b44ce
commit 2f4a56f692
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@
* CheerpJ</a> API.
*
*/
package cheerpj;
package com.plantuml.api.cheerpj;

View File

@ -9,4 +9,4 @@
* @see net.sourceforge.plantuml.sdot
*
*/
package core;
package smetana.core;