Satch
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Indenting Code
AnsweredThis is a bit embarrassing. I cannot figure out how to indent code. Cmd Option L and Cmd Option R do not work. Neither does Cmd Option I. Apparently these were old ways of indenting that no longer... -
Created IntelliJ Validates logback.xml Incorrectly
AnsweredIntelliJ is validating my logback.xml and telling me the level attribute of the root element (<root level="debug">) is not allowed and wants me to use a level element (<level>debug</level> or <leve... -
Created Maven Dependency "not found"
Answered<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 --><dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> <version>2...