File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,6 @@ class PlmFreeCadUiService implements WebAttributes {
359359 def l = bucket. linksMap
360360 def d = bucket. plmFilesMap
361361 def u = springSecurityService. currentUser as User
362- def r = FreecadPlm.Bucket . newBuilder()
363362 Map<String , PlmFreeCadPart > loToP = [:]
364363 Map<String , List<PlmFreeCadPart > > pToLo = [:]
365364 def dateFormat = new SimpleDateFormat (" yyyy-MM-dd'T'HH:mm:ss'Z'" )
@@ -399,7 +398,6 @@ class PlmFreeCadUiService implements WebAttributes {
399398 pp. plmFileDateCreated = dateFormat. parse(f. createdDate)
400399 pp. plmFileUserCreated = f. createdBy
401400 pp. plmFileUserUpdated = f. lastModifiedBy
402- pp. label = f. label
403401 pp. plmContentType = Files . probeContentType(file. toPath())
404402 pp. plmContentShaOne = sha1
405403 pp. originalName = f. name
You can’t perform that action at this time.
0 commit comments