working project

This commit is contained in:
2021-11-18 12:44:04 +01:00
parent f04b77bc09
commit aaf2ee023a
20 changed files with 117 additions and 10 deletions

View File

@@ -115,9 +115,10 @@ public class MaterialType {
* @return
* possible object is
* {@link MaterialTypeType }
*
*
* @param type
*/
public MaterialTypeType getMaterialType() {
public MaterialTypeType getMaterialType(Object type) {
return materialType;
}