mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
30.45.2007 742576640efa3350bb5433816e0cff2b6dab6281
refs
author matthew_swift <matthew_swift@localhost>
Thursday, August 30, 2007 15:45 +0200
committer matthew_swift <matthew_swift@localhost>
Thursday, August 30, 2007 15:45 +0200
commit742576640efa3350bb5433816e0cff2b6dab6281
tree 180d58f785a704bad59d604b2e3cf4f437f47b7e tree | zip | gz
parent 7ce5509e2b3cd33217f39bc65fcec43358e47f75 view | diff
Minor improvements and code clean-up to org.opends.server.util.table:

1) add support for indenting text table printers: TextTablePrinter#setIndentWidth(int)

2) change the wrapping behavior of text table printers so that words which are too big to fit in the cell's width are not split (this will prevent Java class name properties from being split in dsconfig)

3) minor code clean-up: remove unnecessary final keywords and simplify inner classes
4 files modified
145 ■■■■ changed files
opends/src/server/org/opends/server/util/table/CSVTablePrinter.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/table/TabSeparatedTablePrinter.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/table/TableBuilder.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/table/TextTablePrinter.java 113 ●●●● diff | view | raw | blame | history