Remove no-longer-needed placeholder class

This commit is contained in:
2024-01-18 12:19:13 -06:00
parent d11304b32b
commit 275dbb2aea

View File

@ -1,10 +0,0 @@
/*******************************************************************************
** Placeholder class, because maven really wants some source under src/main?
*******************************************************************************/
public class Placeholder
{
public void f()
{
}
}