Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit bf81b9d

Browse files
committed
refactoring - removed unused code
1 parent 49fca79 commit bf81b9d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dataformat-aml/src/main/java/io/adminshell/aas/v3/dataformat/aml/serialization/naming/PropertyNamingStrategy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ public String getName(Type type, Object obj, String property) {
105105

106106
@Override
107107
public String getNameForRefSemantic(Type type, Object obj, String property) {
108-
if (Qualifier.class.equals(type) || property.startsWith("qualifier")) {
109-
String d = "";
110-
}
111108
for (TypeSafeFunction customNaming : getCustomNaming(type, property)) {
112109
String result = (String) customNaming.refSemanticProvider.apply(obj, property);
113110
if (result != null) {

0 commit comments

Comments
 (0)