Satch

Avatar
  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    Indenting Code

    Answered
    This 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...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    IntelliJ Validates logback.xml Incorrectly

    Answered
    IntelliJ 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...
    • 5 followers
    • 4 comments
    • 1 vote
  • 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...
    • 4 followers
    • 9 comments
    • 0 votes