Apache commons configuration has a class called PropertiesConfigurationLayout
that has methods like getBlancLinesBefore()
. I assume this is intentional, since it is very consistent. The comment says "Returns the number of blanc lines before this property key."
To my knowledge, 'blanc' is not an English word (and simply means 'white' in French). Is there some specialised techie meaning of 'blanc' that I'm not aware of?