some-advent-of-code: diff cf8b3f1d 572eb9bc

Branch: 1903-2

Commit: cf8b3f1d5af1d5e024e52d55740a7645e72402ce

Author: Nicholas Prado <nmprado@nzen.ws>
Date: Tue Dec 3 06:16:15 UTC 2019
Parent: 572eb9bc705983cf4b036e1c9b71bd09d6c9ea62
Log message:

    fix log class acronym includes the year
    
    And fixes those that hadn't been changed from December first

    1: diff --git a/src/java/Exercise18021.java b/src/java/Exercise18021.java
    2: index aa6050d..b711407 100644
    3: --- a/src/java/Exercise18021.java
    4: +++ b/src/java/Exercise18021.java
    5: @@ -14,7 +14,7 @@ public class Exercise18021
    6:  
    7:  	public static void main( String args[] )
    8:  	{
    9: -		final String here = "e021.m ";
   10: +		final String here = "e18021.m ";
   11:  		if ( args.length < 1 )
   12:  		{
   13:  			throw new RuntimeException( here +"add a filename argument" );
   14: diff --git a/src/java/Exercise18022.java b/src/java/Exercise18022.java
   15: index 7645cc2..5cd0763 100644
   16: --- a/src/java/Exercise18022.java
   17: +++ b/src/java/Exercise18022.java
   18: @@ -14,7 +14,7 @@ public class Exercise18022
   19:  
   20:  	public static void main( String args[] )
   21:  	{
   22: -		final String here = "e022.m ";
   23: +		final String here = "e18022.m ";
   24:  		if ( args.length < 1 )
   25:  		{
   26:  			throw new RuntimeException( here +"add a filename argument" );
   27: diff --git a/src/java/Exercise18031.java b/src/java/Exercise18031.java
   28: index 3f75c4c..883baee 100644
   29: --- a/src/java/Exercise18031.java
   30: +++ b/src/java/Exercise18031.java
   31: @@ -31,7 +31,7 @@ public class Exercise18031
   32:  					rectId, posX, posY, lenX, lenY );
   33:  		}
   34:  	}
   35: -	private static final String cl = "e031.";
   36: +	private static final String cl = "e18031.";
   37:  
   38:  	public static void main( String args[] )
   39:  	{
   40: diff --git a/src/java/Exercise19012.java b/src/java/Exercise19012.java
   41: index 150fa11..9b79fa1 100644
   42: --- a/src/java/Exercise19012.java
   43: +++ b/src/java/Exercise19012.java
   44: @@ -14,7 +14,7 @@ public class Exercise19012
   45:  
   46:  	public static void main( String args[] )
   47:  	{
   48: -		final String here = "e19011.m ";
   49: +		final String here = "e19012.m ";
   50:  		if ( args.length < 1 )
   51:  		{
   52:  			throw new RuntimeException( here +"add a filename argument" );
   53: diff --git a/src/java/Exercise19021.java b/src/java/Exercise19021.java
   54: index 023047b..590a4c4 100644
   55: --- a/src/java/Exercise19021.java
   56: +++ b/src/java/Exercise19021.java
   57: @@ -14,7 +14,7 @@ public class Exercise19021
   58:  
   59:  	public static void main( String args[] )
   60:  	{
   61: -		final String here = "e19011.m ";
   62: +		final String here = "e19021.m ";
   63:  		if ( args.length < 1 )
   64:  		{
   65:  			throw new RuntimeException( here +"add a filename argument" );
   66: diff --git a/src/java/Exercise19022.java b/src/java/Exercise19022.java
   67: index cf466c8..325affd 100644
   68: --- a/src/java/Exercise19022.java
   69: +++ b/src/java/Exercise19022.java
   70: @@ -14,7 +14,7 @@ public class Exercise19022
   71:  
   72:  	public static void main( String args[] )
   73:  	{
   74: -		final String here = "e19011.m ";
   75: +		final String here = "e19022.m ";
   76:  		if ( args.length < 1 )
   77:  		{
   78:  			throw new RuntimeException( here +"add a filename argument" );

Generated by git2html.